Html Css Color HEX #A22000 Fire Brick

📋 copy color: '#A22000'

red 162 ◦ green 32 ◦ blue 0

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

Shades of Fire Brick #A22000

Tints of Fire Brick #A22000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.51%
G = 16.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A22000 (or 0xA22000) is known color: Fire Brick. HEX triplet: A2, 20 and 00. RGB value is (162,32,0). Sum of RGB (Red+Green+Blue) = 162+32+0=194 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.51% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 162 - color contains mainly: red. Hex color #A22000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22000 is #5DDFFF. Grayscale: #434343. Windows color (decimal): -6152192 or 8354. OLE color: 8354.

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

Color convert

RGB 162 32 0 -
CMYK 0 0.80 1 0.36
HSL 11.85º 1% 0.32% -
HSV(B) 11.85º 1% 0.64% -
XYZ 15.42 8.71 0.87 -
YUV 67.22 90.07 195.6 -
System Red Green Blue C M Y K H S L
Decimal 162 32 0 0 0.80 1 0.36 11.85 1 0.32
Hex A2 20 0 0 50 64 24 C 64 20
Octal 242 40 0 0 120 144 44 14 144 40
Binary 10100010 100000 0 0 1010000 1100100 100100 1100 1100100 100000

Color Harmonies of #A22000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22000

Black with #A22000

Text Example


Text Example

White with #A22000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22000; }

 p { color: rgb(162,32,0); }

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

background-color css

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

 a { background-color: rgb(162,32,0); }

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

border-color css

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

 span { border-color: rgb(162,32,0); }

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