Html Css Color HEX #A21515 Fire Brick

📋 copy color: '#A21515'

red 162 ◦ green 21 ◦ blue 21

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

Shades of Fire Brick #A21515

Tints of Fire Brick #A21515

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.29%

 BLUE value IS 21 (8.59% from 255) = 10.29%

R = 79.41%
G = 10.29%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A21515 (or 0xA21515) is known color: Fire Brick. HEX triplet: A2, 15 and 15. RGB value is (162,21,21). Sum of RGB (Red+Green+Blue) = 162+21+21=204 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.41% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 162 - color contains mainly: red. Hex color #A21515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21515 is #5DEAEA. Grayscale: #3F3F3F. Windows color (decimal): -6154987 or 1381794. OLE color: 1381794.

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

Color convert

RGB 162 21 21 -
CMYK 0 0.87 0.87 0.36
HSL 0.77% 0.36% -
HSV(B) 0.87% 0.64% -
XYZ 15.3 8.27 1.5 -
YUV 63.16 104.21 198.5 -
System Red Green Blue C M Y K H S L
Decimal 162 21 21 0 0.87 0.87 0.36 0 0.77 0.36
Hex A2 15 15 0 57 57 24 0 4D 24
Octal 242 25 25 0 127 127 44 0 115 44
Binary 10100010 10101 10101 0 1010111 1010111 100100 0 1001101 100100

Color Harmonies of #A21515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21515

Black with #A21515

Text Example


Text Example

White with #A21515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21515; }

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

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

background-color css

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

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

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

border-color css

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

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

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