Html Css Color HEX #A20738 Carmine

📋 copy color: '#A20738'

red 162 ◦ green 7 ◦ blue 56

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

Shades of Carmine #A20738

Tints of Carmine #A20738

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.11%

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

R = 72%
G = 3.11%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A20738 (or 0xA20738) is known color: Carmine. HEX triplet: A2, 07 and 38. RGB value is (162,7,56). Sum of RGB (Red+Green+Blue) = 162+7+56=225 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 162 - color contains mainly: red. Hex color #A20738 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20738 is #5DF8C7. Grayscale: #3A3A3A. Windows color (decimal): -6158536 or 3671970. OLE color: 3671970.

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

Color convert

RGB 162 7 56 -
CMYK 0 0.96 0.65 0.36
HSL 341.03º 0.92% 0.33% -
HSV(B) 341.03º 0.96% 0.64% -
XYZ 15.69 8.12 4.48 -
YUV 58.93 126.35 201.52 -
System Red Green Blue C M Y K H S L
Decimal 162 7 56 0 0.96 0.65 0.36 341.03 0.92 0.33
Hex A2 7 38 0 60 41 24 155 5C 21
Octal 242 7 70 0 140 101 44 525 134 41
Binary 10100010 111 111000 0 1100000 1000001 100100 101010101 1011100 100001

Color Harmonies of #A20738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20738

Black with #A20738

Text Example


Text Example

White with #A20738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20738; }

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

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

background-color css

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

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

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

border-color css

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

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

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