Html Css Color HEX #A21E17 Fire Brick

📋 copy color: '#A21E17'

red 162 ◦ green 30 ◦ blue 23

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

Shades of Fire Brick #A21E17

Tints of Fire Brick #A21E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.95%

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

R = 75.35%
G = 13.95%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A21E17 (or 0xA21E17) is known color: Fire Brick. HEX triplet: A2, 1E and 17. RGB value is (162,30,23). Sum of RGB (Red+Green+Blue) = 162+30+23=215 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.35% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 23 (9.38% from 255 or 10.70% from 215); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21E17 is #5DE1E8. Grayscale: #444444. Windows color (decimal): -6152681 or 1515170. OLE color: 1515170.

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

Color convert

RGB 162 30 23 -
CMYK 0 0.81 0.86 0.36
HSL 3.02º 0.75% 0.36% -
HSV(B) 3.02º 0.86% 0.64% -
XYZ 15.52 8.67 1.67 -
YUV 68.67 102.23 194.57 -
System Red Green Blue C M Y K H S L
Decimal 162 30 23 0 0.81 0.86 0.36 3.02 0.75 0.36
Hex A2 1E 17 0 51 56 24 3 4B 24
Octal 242 36 27 0 121 126 44 3 113 44
Binary 10100010 11110 10111 0 1010001 1010110 100100 11 1001011 100100

Color Harmonies of #A21E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E17

Black with #A21E17

Text Example


Text Example

White with #A21E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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