Html Css Color HEX #A22506 Fire Brick

📋 copy color: '#A22506'

red 162 ◦ green 37 ◦ blue 6

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

Shades of Fire Brick #A22506

Tints of Fire Brick #A22506

RGB

 RED value IS 162 (63.67% from 255) = 79.02%

 GREEN value IS 37 (14.84% from 255) = 18.05%

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

R = 79.02%
G = 18.05%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A22506 (or 0xA22506) is known color: Fire Brick. HEX triplet: A2, 25 and 06. RGB value is (162,37,6). Sum of RGB (Red+Green+Blue) = 162+37+6=205 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.02% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 162 - color contains mainly: red. Hex color #A22506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22506 is #5DDAF9. Grayscale: #474747. Windows color (decimal): -6150906 or 402850. OLE color: 402850.

HSL color Cylindrical-coordinate representation of color #A22506: hue angle of 11.92º 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 #A22506 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 37 6 -
CMYK 0 0.77 0.96 0.36
HSL 11.92º 0.93% 0.33% -
HSV(B) 11.92º 0.96% 0.64% -
XYZ 15.59 9.02 1.09 -
YUV 70.84 91.41 193.02 -
System Red Green Blue C M Y K H S L
Decimal 162 37 6 0 0.77 0.96 0.36 11.92 0.93 0.33
Hex A2 25 6 0 4D 60 24 C 5D 21
Octal 242 45 6 0 115 140 44 14 135 41
Binary 10100010 100101 110 0 1001101 1100000 100100 1100 1011101 100001

Color Harmonies of #A22506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22506

Black with #A22506

Text Example


Text Example

White with #A22506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22506; }

 p { color: rgb(162,37,6); }

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

background-color css

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

 a { background-color: rgb(162,37,6); }

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

border-color css

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

 span { border-color: rgb(162,37,6); }

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