Html Css Color HEX #A02003 Fire Brick

📋 copy color: '#A02003'

red 160 ◦ green 32 ◦ blue 3

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

Shades of Fire Brick #A02003

Tints of Fire Brick #A02003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.54%

R = 82.05%
G = 16.41%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A02003 (or 0xA02003) is known color: Fire Brick. HEX triplet: A0, 20 and 03. RGB value is (160,32,3). Sum of RGB (Red+Green+Blue) = 160+32+3=195 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.05% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 160 - color contains mainly: red. Hex color #A02003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02003 is #5FDFFC. Grayscale: #434343. Windows color (decimal): -6283261 or 204960. OLE color: 204960.

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

Color convert

RGB 160 32 3 -
CMYK 0 0.80 0.98 0.37
HSL 11.08º 0.96% 0.32% -
HSV(B) 11.08º 0.98% 0.63% -
XYZ 15.03 8.51 0.94 -
YUV 66.97 91.91 194.36 -
System Red Green Blue C M Y K H S L
Decimal 160 32 3 0 0.80 0.98 0.37 11.08 0.96 0.32
Hex A0 20 3 0 50 62 25 B 60 20
Octal 240 40 3 0 120 142 45 13 140 40
Binary 10100000 100000 11 0 1010000 1100010 100101 1011 1100000 100000

Color Harmonies of #A02003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02003

Black with #A02003

Text Example


Text Example

White with #A02003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02003; }

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

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

background-color css

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

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

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

border-color css

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

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

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