Html Css Color HEX #A02308 Fire Brick

📋 copy color: '#A02308'

red 160 ◦ green 35 ◦ blue 8

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

Shades of Fire Brick #A02308

Tints of Fire Brick #A02308

RGB

 RED value IS 160 (62.89% from 255) = 78.82%

 GREEN value IS 35 (14.06% from 255) = 17.24%

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

R = 78.82%
G = 17.24%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A02308 (or 0xA02308) is known color: Fire Brick. HEX triplet: A0, 23 and 08. RGB value is (160,35,8). Sum of RGB (Red+Green+Blue) = 160+35+8=203 (26% of max value = 765). Red value is 160 (62.89% from 255 or 78.82% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 160 - color contains mainly: red. Hex color #A02308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02308 is #5FDCF7. Grayscale: #454545. Windows color (decimal): -6282488 or 533408. OLE color: 533408.

HSL color Cylindrical-coordinate representation of color #A02308: hue angle of 10.66º degrees, saturation: 0.9, 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 #A02308 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 35 8 -
CMYK 0 0.78 0.95 0.37
HSL 10.66º 0.9% 0.33% -
HSV(B) 10.66º 0.95% 0.63% -
XYZ 15.14 8.69 1.11 -
YUV 69.3 93.41 192.7 -
System Red Green Blue C M Y K H S L
Decimal 160 35 8 0 0.78 0.95 0.37 10.66 0.9 0.33
Hex A0 23 8 0 4E 5F 25 B 5A 21
Octal 240 43 10 0 116 137 45 13 132 41
Binary 10100000 100011 1000 0 1001110 1011111 100101 1011 1011010 100001

Color Harmonies of #A02308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02308

Black with #A02308

Text Example


Text Example

White with #A02308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02308; }

 p { color: rgb(160,35,8); }

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

background-color css

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

 a { background-color: rgb(160,35,8); }

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

border-color css

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

 span { border-color: rgb(160,35,8); }

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