Html Css Color HEX #A20315 Carmine

📋 copy color: '#A20315'

red 162 ◦ green 3 ◦ blue 21

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

Shades of Carmine #A20315

Tints of Carmine #A20315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.61%

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

R = 87.1%
G = 1.61%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A20315 (or 0xA20315) is known color: Carmine. HEX triplet: A2, 03 and 15. RGB value is (162,3,21). Sum of RGB (Red+Green+Blue) = 162+3+21=186 (24% of max value = 765). Red value is 162 (63.67% from 255 or 87.10% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 162 - color contains mainly: red. Hex color #A20315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20315 is #5DFCEA. Grayscale: #343434. Windows color (decimal): -6159595 or 1377186. OLE color: 1377186.

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

Color convert

RGB 162 3 21 -
CMYK 0 0.98 0.87 0.36
HSL 353.21º 0.96% 0.32% -
HSV(B) 353.21º 0.98% 0.64% -
XYZ 15.07 7.8 1.42 -
YUV 52.59 110.18 206.04 -
System Red Green Blue C M Y K H S L
Decimal 162 3 21 0 0.98 0.87 0.36 353.21 0.96 0.32
Hex A2 3 15 0 62 57 24 161 60 20
Octal 242 3 25 0 142 127 44 541 140 40
Binary 10100010 11 10101 0 1100010 1010111 100100 101100001 1100000 100000

Color Harmonies of #A20315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20315

Black with #A20315

Text Example


Text Example

White with #A20315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20315; }

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

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

background-color css

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

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

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

border-color css

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

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

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