Html Css Color HEX #A02307 Fire Brick

📋 copy color: '#A02307'

red 160 ◦ green 35 ◦ blue 7

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

Shades of Fire Brick #A02307

Tints of Fire Brick #A02307

RGB

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

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

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

R = 79.21%
G = 17.33%
B = 3.47%

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

#A02307 (or 0xA02307) is known color: Fire Brick. HEX triplet: A0, 23 and 07. RGB value is (160,35,7). Sum of RGB (Red+Green+Blue) = 160+35+7=202 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.21% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 160 - color contains mainly: red. Hex color #A02307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02307 is #5FDCF8. Grayscale: #454545. Windows color (decimal): -6282489 or 467872. OLE color: 467872.

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

Color convert

RGB 160 35 7 -
CMYK 0 0.78 0.96 0.37
HSL 10.98º 0.92% 0.33% -
HSV(B) 10.98º 0.96% 0.63% -
XYZ 15.14 8.69 1.08 -
YUV 69.18 92.91 192.78 -
System Red Green Blue C M Y K H S L
Decimal 160 35 7 0 0.78 0.96 0.37 10.98 0.92 0.33
Hex A0 23 7 0 4E 60 25 B 5C 21
Octal 240 43 7 0 116 140 45 13 134 41
Binary 10100000 100011 111 0 1001110 1100000 100101 1011 1011100 100001

Color Harmonies of #A02307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02307

Black with #A02307

Text Example


Text Example

White with #A02307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02307; }

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

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

background-color css

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

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

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

border-color css

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

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

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