Html Css Color HEX #A21712 Fire Brick

📋 copy color: '#A21712'

red 162 ◦ green 23 ◦ blue 18

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

Shades of Fire Brick #A21712

Tints of Fire Brick #A21712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.33%

 BLUE value IS 18 (7.42% from 255) = 8.87%

R = 79.8%
G = 11.33%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A21712 (or 0xA21712) is known color: Fire Brick. HEX triplet: A2, 17 and 12. RGB value is (162,23,18). Sum of RGB (Red+Green+Blue) = 162+23+18=203 (26% of max value = 765). Red value is 162 (63.67% from 255 or 79.80% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 162 - color contains mainly: red. Hex color #A21712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21712 is #5DE8ED. Grayscale: #404040. Windows color (decimal): -6154478 or 1185698. OLE color: 1185698.

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

Color convert

RGB 162 23 18 -
CMYK 0 0.86 0.89 0.36
HSL 2.08º 0.8% 0.35% -
HSV(B) 2.08º 0.89% 0.64% -
XYZ 15.32 8.34 1.37 -
YUV 63.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 162 23 18 0 0.86 0.89 0.36 2.08 0.8 0.35
Hex A2 17 12 0 56 59 24 2 50 23
Octal 242 27 22 0 126 131 44 2 120 43
Binary 10100010 10111 10010 0 1010110 1011001 100100 10 1010000 100011

Color Harmonies of #A21712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21712

Black with #A21712

Text Example


Text Example

White with #A21712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21712; }

 p { color: rgb(162,23,18); }

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

background-color css

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

 a { background-color: rgb(162,23,18); }

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

border-color css

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

 span { border-color: rgb(162,23,18); }

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