Html Css Color HEX #A12407 Fire Brick

📋 copy color: '#A12407'

red 161 ◦ green 36 ◦ blue 7

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

Shades of Fire Brick #A12407

Tints of Fire Brick #A12407

RGB

 RED value IS 161 (63.28% from 255) = 78.92%

 GREEN value IS 36 (14.45% from 255) = 17.65%

 BLUE value IS 7 (3.13% from 255) = 3.43%

R = 78.92%
G = 17.65%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A12407 (or 0xA12407) is known color: Fire Brick. HEX triplet: A1, 24 and 07. RGB value is (161,36,7). Sum of RGB (Red+Green+Blue) = 161+36+7=204 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.92% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 161 - color contains mainly: red. Hex color #A12407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12407 is #5EDBF8. Grayscale: #464646. Windows color (decimal): -6216697 or 468129. OLE color: 468129.

HSL color Cylindrical-coordinate representation of color #A12407: hue angle of 11.3º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A12407 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 36 7 -
CMYK 0 0.78 0.96 0.37
HSL 11.3º 0.92% 0.33% -
HSV(B) 11.3º 0.96% 0.63% -
XYZ 15.37 8.85 1.1 -
YUV 70.07 92.41 192.86 -
System Red Green Blue C M Y K H S L
Decimal 161 36 7 0 0.78 0.96 0.37 11.3 0.92 0.33
Hex A1 24 7 0 4E 60 25 B 5C 21
Octal 241 44 7 0 116 140 45 13 134 41
Binary 10100001 100100 111 0 1001110 1100000 100101 1011 1011100 100001

Color Harmonies of #A12407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12407

Black with #A12407

Text Example


Text Example

White with #A12407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12407; }

 p { color: rgb(161,36,7); }

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

background-color css

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

 a { background-color: rgb(161,36,7); }

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

border-color css

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

 span { border-color: rgb(161,36,7); }

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