Html Css Color HEX #A12508 Fire Brick

📋 copy color: '#A12508'

red 161 ◦ green 37 ◦ blue 8

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

Shades of Fire Brick #A12508

Tints of Fire Brick #A12508

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.96%

 BLUE value IS 8 (3.52% from 255) = 3.88%

R = 78.16%
G = 17.96%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A12508 (or 0xA12508) is known color: Fire Brick. HEX triplet: A1, 25 and 08. RGB value is (161,37,8). Sum of RGB (Red+Green+Blue) = 161+37+8=206 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.16% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 161 - color contains mainly: red. Hex color #A12508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12508 is #5EDAF7. Grayscale: #474747. Windows color (decimal): -6216440 or 533921. OLE color: 533921.

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

Color convert

RGB 161 37 8 -
CMYK 0 0.77 0.95 0.37
HSL 11.37º 0.91% 0.33% -
HSV(B) 11.37º 0.95% 0.63% -
XYZ 15.4 8.92 1.14 -
YUV 70.77 92.58 192.36 -
System Red Green Blue C M Y K H S L
Decimal 161 37 8 0 0.77 0.95 0.37 11.37 0.91 0.33
Hex A1 25 8 0 4D 5F 25 B 5B 21
Octal 241 45 10 0 115 137 45 13 133 41
Binary 10100001 100101 1000 0 1001101 1011111 100101 1011 1011011 100001

Color Harmonies of #A12508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12508

Black with #A12508

Text Example


Text Example

White with #A12508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12508; }

 p { color: rgb(161,37,8); }

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

background-color css

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

 a { background-color: rgb(161,37,8); }

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

border-color css

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

 span { border-color: rgb(161,37,8); }

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