Html Css Color HEX #A22001 Fire Brick

📋 copy color: '#A22001'

red 162 ◦ green 32 ◦ blue 1

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

Shades of Fire Brick #A22001

Tints of Fire Brick #A22001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 83.08%
G = 16.41%
B = 0.51%

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

#A22001 (or 0xA22001) is known color: Fire Brick. HEX triplet: A2, 20 and 01. RGB value is (162,32,1). Sum of RGB (Red+Green+Blue) = 162+32+1=195 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.08% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 162 - color contains mainly: red. Hex color #A22001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22001 is #5DDFFE. Grayscale: #434343. Windows color (decimal): -6152191 or 73890. OLE color: 73890.

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

Color convert

RGB 162 32 1 -
CMYK 0 0.80 0.99 0.36
HSL 11.55º 0.99% 0.32% -
HSV(B) 11.55º 0.99% 0.64% -
XYZ 15.42 8.72 0.9 -
YUV 67.34 90.57 195.52 -
System Red Green Blue C M Y K H S L
Decimal 162 32 1 0 0.80 0.99 0.36 11.55 0.99 0.32
Hex A2 20 1 0 50 63 24 C 63 20
Octal 242 40 1 0 120 143 44 14 143 40
Binary 10100010 100000 1 0 1010000 1100011 100100 1100 1100011 100000

Color Harmonies of #A22001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22001

Black with #A22001

Text Example


Text Example

White with #A22001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22001; }

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

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

background-color css

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

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

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

border-color css

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

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

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