Html Css Color HEX #A21613 Fire Brick

📋 copy color: '#A21613'

red 162 ◦ green 22 ◦ blue 19

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

Shades of Fire Brick #A21613

Tints of Fire Brick #A21613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.84%

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

R = 79.8%
G = 10.84%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A21613 (or 0xA21613) is known color: Fire Brick. HEX triplet: A2, 16 and 13. RGB value is (162,22,19). Sum of RGB (Red+Green+Blue) = 162+22+19=203 (26% of max value = 765). Red value is 162 (63.67% from 255 or 79.80% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 162 - color contains mainly: red. Hex color #A21613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21613 is #5DE9EC. Grayscale: #3F3F3F. Windows color (decimal): -6154733 or 1250978. OLE color: 1250978.

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

Color convert

RGB 162 22 19 -
CMYK 0 0.86 0.88 0.36
HSL 1.26º 0.79% 0.35% -
HSV(B) 1.26º 0.88% 0.64% -
XYZ 15.3 8.3 1.41 -
YUV 63.52 102.88 198.24 -
System Red Green Blue C M Y K H S L
Decimal 162 22 19 0 0.86 0.88 0.36 1.26 0.79 0.35
Hex A2 16 13 0 56 58 24 1 4F 23
Octal 242 26 23 0 126 130 44 1 117 43
Binary 10100010 10110 10011 0 1010110 1011000 100100 1 1001111 100011

Color Harmonies of #A21613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21613

Black with #A21613

Text Example


Text Example

White with #A21613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21613; }

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

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

background-color css

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

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

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

border-color css

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

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

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