Html Css Color HEX #A20D38 Carmine

📋 copy color: '#A20D38'

red 162 ◦ green 13 ◦ blue 56

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

Shades of Carmine #A20D38

Tints of Carmine #A20D38

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.63%

 BLUE value IS 56 (22.27% from 255) = 24.24%

R = 70.13%
G = 5.63%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A20D38 (or 0xA20D38) is known color: Carmine. HEX triplet: A2, 0D and 38. RGB value is (162,13,56). Sum of RGB (Red+Green+Blue) = 162+13+56=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20D38 is #5DF2C7. Grayscale: #3E3E3E. Windows color (decimal): -6157000 or 3673506. OLE color: 3673506.

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

Color convert

RGB 162 13 56 -
CMYK 0 0.92 0.65 0.36
HSL 342.68º 0.85% 0.34% -
HSV(B) 342.68º 0.92% 0.64% -
XYZ 15.76 8.25 4.5 -
YUV 62.45 124.36 199 -
System Red Green Blue C M Y K H S L
Decimal 162 13 56 0 0.92 0.65 0.36 342.68 0.85 0.34
Hex A2 D 38 0 5C 41 24 157 55 22
Octal 242 15 70 0 134 101 44 527 125 42
Binary 10100010 1101 111000 0 1011100 1000001 100100 101010111 1010101 100010

Color Harmonies of #A20D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20D38

Black with #A20D38

Text Example


Text Example

White with #A20D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20D38; }

 p { color: rgb(162,13,56); }

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

background-color css

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

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

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

border-color css

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

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

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