Html Css Color HEX #A02002 Fire Brick

📋 copy color: '#A02002'

red 160 ◦ green 32 ◦ blue 2

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

Shades of Fire Brick #A02002

Tints of Fire Brick #A02002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.49%

 BLUE value IS 2 (1.17% from 255) = 1.03%

R = 82.47%
G = 16.49%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A02002 (or 0xA02002) is known color: Fire Brick. HEX triplet: A0, 20 and 02. RGB value is (160,32,2). Sum of RGB (Red+Green+Blue) = 160+32+2=194 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.47% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 160 - color contains mainly: red. Hex color #A02002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02002 is #5FDFFD. Grayscale: #434343. Windows color (decimal): -6283262 or 139424. OLE color: 139424.

HSL color Cylindrical-coordinate representation of color #A02002: hue angle of 11.39º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A02002 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 32 2 -
CMYK 0 0.80 0.99 0.37
HSL 11.39º 0.98% 0.32% -
HSV(B) 11.39º 0.99% 0.63% -
XYZ 15.02 8.51 0.91 -
YUV 66.85 91.41 194.44 -
System Red Green Blue C M Y K H S L
Decimal 160 32 2 0 0.80 0.99 0.37 11.39 0.98 0.32
Hex A0 20 2 0 50 63 25 B 62 20
Octal 240 40 2 0 120 143 45 13 142 40
Binary 10100000 100000 10 0 1010000 1100011 100101 1011 1100010 100000

Color Harmonies of #A02002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02002

Black with #A02002

Text Example


Text Example

White with #A02002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02002; }

 p { color: rgb(160,32,2); }

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

background-color css

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

 a { background-color: rgb(160,32,2); }

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

border-color css

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

 span { border-color: rgb(160,32,2); }

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