Html Css Color HEX #A20333 Carmine

📋 copy color: '#A20333'

red 162 ◦ green 3 ◦ blue 51

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

Shades of Carmine #A20333

Tints of Carmine #A20333

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.39%

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

R = 75%
G = 1.39%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A20333 (or 0xA20333) is known color: Carmine. HEX triplet: A2, 03 and 33. RGB value is (162,3,51). Sum of RGB (Red+Green+Blue) = 162+3+51=216 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 162 - color contains mainly: red. Hex color #A20333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20333 is #5DFCCC. Grayscale: #373737. Windows color (decimal): -6159565 or 3343266. OLE color: 3343266.

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

Color convert

RGB 162 3 51 -
CMYK 0 0.98 0.69 0.36
HSL 341.89º 0.96% 0.32% -
HSV(B) 341.89º 0.98% 0.64% -
XYZ 15.53 7.99 3.85 -
YUV 56.01 125.18 203.6 -
System Red Green Blue C M Y K H S L
Decimal 162 3 51 0 0.98 0.69 0.36 341.89 0.96 0.32
Hex A2 3 33 0 62 45 24 156 60 20
Octal 242 3 63 0 142 105 44 526 140 40
Binary 10100010 11 110011 0 1100010 1000101 100100 101010110 1100000 100000

Color Harmonies of #A20333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20333

Black with #A20333

Text Example


Text Example

White with #A20333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20333; }

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

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

background-color css

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

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

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

border-color css

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

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

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