Html Css Color HEX #A20033 Carmine

📋 copy color: '#A20033'

red 162 ◦ green 0 ◦ blue 51

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

Shades of Carmine #A20033

Tints of Carmine #A20033

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.06%
G = 0%
B = 23.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A20033 (or 0xA20033) is known color: Carmine. HEX triplet: A2, 00 and 33. RGB value is (162,0,51). Sum of RGB (Red+Green+Blue) = 162+0+51=213 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.06% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 162 - color contains mainly: red. Hex color #A20033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20033 is #5DFFCC. Grayscale: #363636. Windows color (decimal): -6160333 or 3342498. OLE color: 3342498.

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

Color convert

RGB 162 0 51 -
CMYK 0 1 0.69 0.36
HSL 341.11º 1% 0.32% -
HSV(B) 341.11º 1% 0.64% -
XYZ 15.5 7.92 3.84 -
YUV 54.25 126.17 204.85 -
System Red Green Blue C M Y K H S L
Decimal 162 0 51 0 1 0.69 0.36 341.11 1 0.32
Hex A2 0 33 0 64 45 24 155 64 20
Octal 242 0 63 0 144 105 44 525 144 40
Binary 10100010 0 110011 0 1100100 1000101 100100 101010101 1100100 100000

Color Harmonies of #A20033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20033

Black with #A20033

Text Example


Text Example

White with #A20033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20033; }

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

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

background-color css

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

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

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

border-color css

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

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

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