Html Css Color HEX #A21C18 Fire Brick

📋 copy color: '#A21C18'

red 162 ◦ green 28 ◦ blue 24

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

Shades of Fire Brick #A21C18

Tints of Fire Brick #A21C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.08%

 BLUE value IS 24 (9.77% from 255) = 11.21%

R = 75.7%
G = 13.08%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A21C18 (or 0xA21C18) is known color: Fire Brick. HEX triplet: A2, 1C and 18. RGB value is (162,28,24). Sum of RGB (Red+Green+Blue) = 162+28+24=214 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.70% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21C18 is #5DE3E7. Grayscale: #434343. Windows color (decimal): -6153192 or 1580194. OLE color: 1580194.

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

Color convert

RGB 162 28 24 -
CMYK 0 0.83 0.85 0.36
HSL 1.74º 0.74% 0.36% -
HSV(B) 1.74º 0.85% 0.64% -
XYZ 15.48 8.58 1.7 -
YUV 67.61 103.39 195.33 -
System Red Green Blue C M Y K H S L
Decimal 162 28 24 0 0.83 0.85 0.36 1.74 0.74 0.36
Hex A2 1C 18 0 53 55 24 2 4A 24
Octal 242 34 30 0 123 125 44 2 112 44
Binary 10100010 11100 11000 0 1010011 1010101 100100 10 1001010 100100

Color Harmonies of #A21C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21C18

Black with #A21C18

Text Example


Text Example

White with #A21C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21C18; }

 p { color: rgb(162,28,24); }

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

background-color css

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

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

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

border-color css

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

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

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