Html Css Color HEX #A42002 Fire Brick

📋 copy color: '#A42002'

red 164 ◦ green 32 ◦ blue 2

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

Shades of Fire Brick #A42002

Tints of Fire Brick #A42002

RGB

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

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

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

R = 82.83%
G = 16.16%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A42002 (or 0xA42002) is known color: Fire Brick. HEX triplet: A4, 20 and 02. RGB value is (164,32,2). Sum of RGB (Red+Green+Blue) = 164+32+2=198 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82.83% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 164 - color contains mainly: red. Hex color #A42002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42002 is #5BDFFD. Grayscale: #444444. Windows color (decimal): -6021118 or 139428. OLE color: 139428.

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

Color convert

RGB 164 32 2 -
CMYK 0 0.80 0.99 0.36
HSL 11.11º 0.98% 0.33% -
HSV(B) 11.11º 0.99% 0.64% -
XYZ 15.84 8.93 0.95 -
YUV 68.05 90.73 196.44 -
System Red Green Blue C M Y K H S L
Decimal 164 32 2 0 0.80 0.99 0.36 11.11 0.98 0.33
Hex A4 20 2 0 50 63 24 B 62 21
Octal 244 40 2 0 120 143 44 13 142 41
Binary 10100100 100000 10 0 1010000 1100011 100100 1011 1100010 100001

Color Harmonies of #A42002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42002

Black with #A42002

Text Example


Text Example

White with #A42002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42002; }

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

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

background-color css

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

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

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

border-color css

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

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

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