Html Css Color HEX #A22513 Fire Brick

📋 copy color: '#A22513'

red 162 ◦ green 37 ◦ blue 19

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

Shades of Fire Brick #A22513

Tints of Fire Brick #A22513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.72%

R = 74.31%
G = 16.97%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A22513 (or 0xA22513) is known color: Fire Brick. HEX triplet: A2, 25 and 13. RGB value is (162,37,19). Sum of RGB (Red+Green+Blue) = 162+37+19=218 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.31% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 162 - color contains mainly: red. Hex color #A22513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22513 is #5DDAEC. Grayscale: #484848. Windows color (decimal): -6150893 or 1254818. OLE color: 1254818.

HSL color Cylindrical-coordinate representation of color #A22513: hue angle of 7.55º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A22513 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 37 19 -
CMYK 0 0.77 0.88 0.36
HSL 7.55º 0.79% 0.35% -
HSV(B) 7.55º 0.88% 0.64% -
XYZ 15.68 9.05 1.54 -
YUV 72.32 97.91 191.96 -
System Red Green Blue C M Y K H S L
Decimal 162 37 19 0 0.77 0.88 0.36 7.55 0.79 0.35
Hex A2 25 13 0 4D 58 24 8 4F 23
Octal 242 45 23 0 115 130 44 10 117 43
Binary 10100010 100101 10011 0 1001101 1011000 100100 1000 1001111 100011

Color Harmonies of #A22513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22513

Black with #A22513

Text Example


Text Example

White with #A22513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22513; }

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

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

background-color css

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

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

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

border-color css

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

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

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