Html Css Color HEX #A20832 Carmine

📋 copy color: '#A20832'

red 162 ◦ green 8 ◦ blue 50

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

Shades of Carmine #A20832

Tints of Carmine #A20832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.64%

 BLUE value IS 50 (19.92% from 255) = 22.73%

R = 73.64%
G = 3.64%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A20832 (or 0xA20832) is known color: Carmine. HEX triplet: A2, 08 and 32. RGB value is (162,8,50). Sum of RGB (Red+Green+Blue) = 162+8+50=220 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.64% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 162 - color contains mainly: red. Hex color #A20832 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20832 is #5DF7CD. Grayscale: #3A3A3A. Windows color (decimal): -6158286 or 3279010. OLE color: 3279010.

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

Color convert

RGB 162 8 50 -
CMYK 0 0.95 0.69 0.36
HSL 343.64º 0.91% 0.33% -
HSV(B) 343.64º 0.95% 0.64% -
XYZ 15.56 8.09 3.76 -
YUV 58.83 123.02 201.58 -
System Red Green Blue C M Y K H S L
Decimal 162 8 50 0 0.95 0.69 0.36 343.64 0.91 0.33
Hex A2 8 32 0 5F 45 24 158 5B 21
Octal 242 10 62 0 137 105 44 530 133 41
Binary 10100010 1000 110010 0 1011111 1000101 100100 101011000 1011011 100001

Color Harmonies of #A20832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20832

Black with #A20832

Text Example


Text Example

White with #A20832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20832; }

 p { color: rgb(162,8,50); }

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

background-color css

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

 a { background-color: rgb(162,8,50); }

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

border-color css

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

 span { border-color: rgb(162,8,50); }

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