Html Css Color HEX #A20830 Carmine

📋 copy color: '#A20830'

red 162 ◦ green 8 ◦ blue 48

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

Shades of Carmine #A20830

Tints of Carmine #A20830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.02%

R = 74.31%
G = 3.67%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A20830 (or 0xA20830) is known color: Carmine. HEX triplet: A2, 08 and 30. RGB value is (162,8,48). Sum of RGB (Red+Green+Blue) = 162+8+48=218 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.31% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 162 - color contains mainly: red. Hex color #A20830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20830 is #5DF7CF. Grayscale: #3A3A3A. Windows color (decimal): -6158288 or 3147938. OLE color: 3147938.

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

Color convert

RGB 162 8 48 -
CMYK 0 0.95 0.70 0.36
HSL 344.42º 0.91% 0.33% -
HSV(B) 344.42º 0.95% 0.64% -
XYZ 15.52 8.07 3.54 -
YUV 58.61 122.02 201.75 -
System Red Green Blue C M Y K H S L
Decimal 162 8 48 0 0.95 0.70 0.36 344.42 0.91 0.33
Hex A2 8 30 0 5F 46 24 158 5B 21
Octal 242 10 60 0 137 106 44 530 133 41
Binary 10100010 1000 110000 0 1011111 1000110 100100 101011000 1011011 100001

Color Harmonies of #A20830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20830

Black with #A20830

Text Example


Text Example

White with #A20830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20830; }

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

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

background-color css

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

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

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

border-color css

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

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

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