Html Css Color HEX #A20F32 Carmine

📋 copy color: '#A20F32'

red 162 ◦ green 15 ◦ blue 50

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

Shades of Carmine #A20F32

Tints of Carmine #A20F32

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.61%

 BLUE value IS 50 (19.92% from 255) = 22.03%

R = 71.37%
G = 6.61%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A20F32 (or 0xA20F32) is known color: Carmine. HEX triplet: A2, 0F and 32. RGB value is (162,15,50). Sum of RGB (Red+Green+Blue) = 162+15+50=227 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.37% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20F32 is #5DF0CD. Grayscale: #3E3E3E. Windows color (decimal): -6156494 or 3280802. OLE color: 3280802.

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

Color convert

RGB 162 15 50 -
CMYK 0 0.91 0.69 0.36
HSL 345.71º 0.83% 0.35% -
HSV(B) 345.71º 0.91% 0.64% -
XYZ 15.65 8.25 3.79 -
YUV 62.94 120.7 198.65 -
System Red Green Blue C M Y K H S L
Decimal 162 15 50 0 0.91 0.69 0.36 345.71 0.83 0.35
Hex A2 F 32 0 5B 45 24 15A 53 23
Octal 242 17 62 0 133 105 44 532 123 43
Binary 10100010 1111 110010 0 1011011 1000101 100100 101011010 1010011 100011

Color Harmonies of #A20F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20F32

Black with #A20F32

Text Example


Text Example

White with #A20F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20F32; }

 p { color: rgb(162,15,50); }

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

background-color css

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

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

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

border-color css

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

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

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