Html Css Color HEX #A22613 Fire Brick

📋 copy color: '#A22613'

red 162 ◦ green 38 ◦ blue 19

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

Shades of Fire Brick #A22613

Tints of Fire Brick #A22613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.35%

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

R = 73.97%
G = 17.35%
B = 8.68%

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

#A22613 (or 0xA22613) is known color: Fire Brick. HEX triplet: A2, 26 and 13. RGB value is (162,38,19). Sum of RGB (Red+Green+Blue) = 162+38+19=219 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.97% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 162 - color contains mainly: red. Hex color #A22613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22613 is #5DD9EC. Grayscale: #494949. Windows color (decimal): -6150637 or 1255074. OLE color: 1255074.

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

Color convert

RGB 162 38 19 -
CMYK 0 0.77 0.88 0.36
HSL 7.97º 0.79% 0.35% -
HSV(B) 7.97º 0.88% 0.64% -
XYZ 15.71 9.11 1.55 -
YUV 72.91 97.58 191.54 -
System Red Green Blue C M Y K H S L
Decimal 162 38 19 0 0.77 0.88 0.36 7.97 0.79 0.35
Hex A2 26 13 0 4D 58 24 8 4F 23
Octal 242 46 23 0 115 130 44 10 117 43
Binary 10100010 100110 10011 0 1001101 1011000 100100 1000 1001111 100011

Color Harmonies of #A22613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22613

Black with #A22613

Text Example


Text Example

White with #A22613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22613; }

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

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

background-color css

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

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

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

border-color css

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

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

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