Html Css Color HEX #A21714 Fire Brick

📋 copy color: '#A21714'

red 162 ◦ green 23 ◦ blue 20

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

Shades of Fire Brick #A21714

Tints of Fire Brick #A21714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.76%

R = 79.02%
G = 11.22%
B = 9.76%

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

#A21714 (or 0xA21714) is known color: Fire Brick. HEX triplet: A2, 17 and 14. RGB value is (162,23,20). Sum of RGB (Red+Green+Blue) = 162+23+20=205 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.02% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 162 - color contains mainly: red. Hex color #A21714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21714 is #5DE8EB. Grayscale: #404040. Windows color (decimal): -6154476 or 1316770. OLE color: 1316770.

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

Color convert

RGB 162 23 20 -
CMYK 0 0.86 0.88 0.36
HSL 1.27º 0.78% 0.36% -
HSV(B) 1.27º 0.88% 0.64% -
XYZ 15.33 8.34 1.46 -
YUV 64.22 103.05 197.74 -
System Red Green Blue C M Y K H S L
Decimal 162 23 20 0 0.86 0.88 0.36 1.27 0.78 0.36
Hex A2 17 14 0 56 58 24 1 4E 24
Octal 242 27 24 0 126 130 44 1 116 44
Binary 10100010 10111 10100 0 1010110 1011000 100100 1 1001110 100100

Color Harmonies of #A21714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21714

Black with #A21714

Text Example


Text Example

White with #A21714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21714; }

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

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

background-color css

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

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

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

border-color css

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

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

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