Html Css Color HEX #A20733 Carmine

📋 copy color: '#A20733'

red 162 ◦ green 7 ◦ blue 51

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

Shades of Carmine #A20733

Tints of Carmine #A20733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.18%

R = 73.64%
G = 3.18%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A20733 (or 0xA20733) is known color: Carmine. HEX triplet: A2, 07 and 33. RGB value is (162,7,51). Sum of RGB (Red+Green+Blue) = 162+7+51=220 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.64% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 162 - color contains mainly: red. Hex color #A20733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20733 is #5DF8CC. Grayscale: #3A3A3A. Windows color (decimal): -6158541 or 3344290. OLE color: 3344290.

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

Color convert

RGB 162 7 51 -
CMYK 0 0.96 0.69 0.36
HSL 342.97º 0.92% 0.33% -
HSV(B) 342.97º 0.96% 0.64% -
XYZ 15.57 8.07 3.87 -
YUV 58.36 123.85 201.92 -
System Red Green Blue C M Y K H S L
Decimal 162 7 51 0 0.96 0.69 0.36 342.97 0.92 0.33
Hex A2 7 33 0 60 45 24 157 5C 21
Octal 242 7 63 0 140 105 44 527 134 41
Binary 10100010 111 110011 0 1100000 1000101 100100 101010111 1011100 100001

Color Harmonies of #A20733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20733

Black with #A20733

Text Example


Text Example

White with #A20733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20733; }

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

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

background-color css

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

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

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

border-color css

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

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

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