Html Css Color HEX #A42006 Fire Brick

📋 copy color: '#A42006'

red 164 ◦ green 32 ◦ blue 6

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

Shades of Fire Brick #A42006

Tints of Fire Brick #A42006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.97%

R = 81.19%
G = 15.84%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A42006 (or 0xA42006) is known color: Fire Brick. HEX triplet: A4, 20 and 06. RGB value is (164,32,6). Sum of RGB (Red+Green+Blue) = 164+32+6=202 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.19% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 164 - color contains mainly: red. Hex color #A42006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42006 is #5BDFF9. Grayscale: #444444. Windows color (decimal): -6021114 or 401572. OLE color: 401572.

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

Color convert

RGB 164 32 6 -
CMYK 0 0.80 0.96 0.36
HSL 9.87º 0.93% 0.33% -
HSV(B) 9.87º 0.96% 0.64% -
XYZ 15.86 8.94 1.06 -
YUV 68.5 92.73 196.11 -
System Red Green Blue C M Y K H S L
Decimal 164 32 6 0 0.80 0.96 0.36 9.87 0.93 0.33
Hex A4 20 6 0 50 60 24 A 5D 21
Octal 244 40 6 0 120 140 44 12 135 41
Binary 10100100 100000 110 0 1010000 1100000 100100 1010 1011101 100001

Color Harmonies of #A42006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42006

Black with #A42006

Text Example


Text Example

White with #A42006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42006; }

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

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

background-color css

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

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

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

border-color css

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

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

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