Html Css Color HEX #A21717 Fire Brick

📋 copy color: '#A21717'

red 162 ◦ green 23 ◦ blue 23

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

Shades of Fire Brick #A21717

Tints of Fire Brick #A21717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.06%

R = 77.88%
G = 11.06%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A21717 (or 0xA21717) is known color: Fire Brick. HEX triplet: A2, 17 and 17. RGB value is (162,23,23). Sum of RGB (Red+Green+Blue) = 162+23+23=208 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.88% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 23 (9.38% from 255 or 11.06% from 208); Max value from RGB is 162 - color contains mainly: red. Hex color #A21717 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21717 is #5DE8E8. Grayscale: #404040. Windows color (decimal): -6154473 or 1513378. OLE color: 1513378.

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

Color convert

RGB 162 23 23 -
CMYK 0 0.86 0.86 0.36
HSL 0.75% 0.36% -
HSV(B) 0.86% 0.64% -
XYZ 15.36 8.36 1.61 -
YUV 64.56 104.55 197.5 -
System Red Green Blue C M Y K H S L
Decimal 162 23 23 0 0.86 0.86 0.36 0 0.75 0.36
Hex A2 17 17 0 56 56 24 0 4B 24
Octal 242 27 27 0 126 126 44 0 113 44
Binary 10100010 10111 10111 0 1010110 1010110 100100 0 1001011 100100

Color Harmonies of #A21717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21717

Black with #A21717

Text Example


Text Example

White with #A21717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21717; }

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

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

background-color css

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

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

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

border-color css

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

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

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