Html Css Color HEX #A20734 Carmine

📋 copy color: '#A20734'

red 162 ◦ green 7 ◦ blue 52

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

Shades of Carmine #A20734

Tints of Carmine #A20734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.53%

R = 73.3%
G = 3.17%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A20734 (or 0xA20734) is known color: Carmine. HEX triplet: A2, 07 and 34. RGB value is (162,7,52). Sum of RGB (Red+Green+Blue) = 162+7+52=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A20734 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20734 is #5DF8CB. Grayscale: #3A3A3A. Windows color (decimal): -6158540 or 3409826. OLE color: 3409826.

HSL color Cylindrical-coordinate representation of color #A20734: hue angle of 342.58º 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 #A20734 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 7 52 -
CMYK 0 0.96 0.68 0.36
HSL 342.58º 0.92% 0.33% -
HSV(B) 342.58º 0.96% 0.64% -
XYZ 15.6 8.08 3.99 -
YUV 58.48 124.35 201.84 -
System Red Green Blue C M Y K H S L
Decimal 162 7 52 0 0.96 0.68 0.36 342.58 0.92 0.33
Hex A2 7 34 0 60 44 24 157 5C 21
Octal 242 7 64 0 140 104 44 527 134 41
Binary 10100010 111 110100 0 1100000 1000100 100100 101010111 1011100 100001

Color Harmonies of #A20734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20734

Black with #A20734

Text Example


Text Example

White with #A20734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20734; }

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

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

background-color css

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

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

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

border-color css

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

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

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