Html Css Color HEX #A42003 Fire Brick

📋 copy color: '#A42003'

red 164 ◦ green 32 ◦ blue 3

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

Shades of Fire Brick #A42003

Tints of Fire Brick #A42003

RGB

 RED value IS 164 (64.45% from 255) = 82.41%

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

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

R = 82.41%
G = 16.08%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A42003 (or 0xA42003) is known color: Fire Brick. HEX triplet: A4, 20 and 03. RGB value is (164,32,3). Sum of RGB (Red+Green+Blue) = 164+32+3=199 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82.41% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 3 (1.56% from 255 or 1.51% from 199); Max value from RGB is 164 - color contains mainly: red. Hex color #A42003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42003 is #5BDFFC. Grayscale: #444444. Windows color (decimal): -6021117 or 204964. OLE color: 204964.

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

Color convert

RGB 164 32 3 -
CMYK 0 0.80 0.98 0.36
HSL 10.81º 0.96% 0.33% -
HSV(B) 10.81º 0.98% 0.64% -
XYZ 15.84 8.93 0.98 -
YUV 68.16 91.23 196.36 -
System Red Green Blue C M Y K H S L
Decimal 164 32 3 0 0.80 0.98 0.36 10.81 0.96 0.33
Hex A4 20 3 0 50 62 24 B 60 21
Octal 244 40 3 0 120 142 44 13 140 41
Binary 10100100 100000 11 0 1010000 1100010 100100 1011 1100000 100001

Color Harmonies of #A42003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42003

Black with #A42003

Text Example


Text Example

White with #A42003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42003; }

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

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

background-color css

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

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

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

border-color css

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

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

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