Html Css Color HEX #A31B06 Fire Brick

📋 copy color: '#A31B06'

red 163 ◦ green 27 ◦ blue 6

#A31B06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #A31B06

Tints of Fire Brick #A31B06

RGB

 RED value IS 163 (64.06% from 255) = 83.16%

 GREEN value IS 27 (10.94% from 255) = 13.78%

 BLUE value IS 6 (2.73% from 255) = 3.06%

R = 83.16%
G = 13.78%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A31B06 (or 0xA31B06) is known color: Fire Brick. HEX triplet: A3, 1B and 06. RGB value is (163,27,6). Sum of RGB (Red+Green+Blue) = 163+27+6=196 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.16% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 6 (2.73% from 255 or 3.06% from 196); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31B06 is #5CE4F9. Grayscale: #414141. Windows color (decimal): -6087930 or 400291. OLE color: 400291.

HSL color Cylindrical-coordinate representation of color #A31B06: hue angle of 8.03º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A31B06 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 27 6 -
CMYK 0 0.83 0.96 0.36
HSL 8.03º 0.93% 0.33% -
HSV(B) 8.03º 0.96% 0.64% -
XYZ 15.53 8.58 1.01 -
YUV 65.27 94.56 197.71 -
System Red Green Blue C M Y K H S L
Decimal 163 27 6 0 0.83 0.96 0.36 8.03 0.93 0.33
Hex A3 1B 6 0 53 60 24 8 5D 21
Octal 243 33 6 0 123 140 44 10 135 41
Binary 10100011 11011 110 0 1010011 1100000 100100 1000 1011101 100001

Color Harmonies of #A31B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31B06

Black with #A31B06

Text Example


Text Example

White with #A31B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31B06; }

 p { color: rgb(163,27,6); }

 H1.HeaderClassName
 {
   color: #A31B06;
 }
 .AnyTagClassName
 {
   color: #A31B06;
 }
</style>

background-color css

<style>
 a { background-color: #A31B06; }

 a { background-color: rgb(163,27,6); }

 div.DivClassName
 {
   background-color: #A31B06;
 }
 .BgClassName
 {
   background-color: #A31B06;
 }
</style>

border-color css

<style>
 span { border-color: #A31B06; }

 span { border-color: rgb(163,27,6); }

 td.TdClassName
 {
   border-color: #A31B06;
 }
 .TagClassName
 {
   border-color: #A31B06;
 }
</style>