Html Css Color HEX #A20130 Carmine

📋 copy color: '#A20130'

red 162 ◦ green 1 ◦ blue 48

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

Shades of Carmine #A20130

Tints of Carmine #A20130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 76.78%
G = 0.47%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A20130 (or 0xA20130) is known color: Carmine. HEX triplet: A2, 01 and 30. RGB value is (162,1,48). Sum of RGB (Red+Green+Blue) = 162+1+48=211 (27% of max value = 765). Red value is 162 (63.67% from 255 or 76.78% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 162 - color contains mainly: red. Hex color #A20130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20130 is #5DFECF. Grayscale: #363636. Windows color (decimal): -6160080 or 3146146. OLE color: 3146146.

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

Color convert

RGB 162 1 48 -
CMYK 0 0.99 0.70 0.36
HSL 342.48º 0.99% 0.32% -
HSV(B) 342.48º 0.99% 0.64% -
XYZ 15.44 7.92 3.51 -
YUV 54.5 124.34 204.68 -
System Red Green Blue C M Y K H S L
Decimal 162 1 48 0 0.99 0.70 0.36 342.48 0.99 0.32
Hex A2 1 30 0 63 46 24 156 63 20
Octal 242 1 60 0 143 106 44 526 143 40
Binary 10100010 1 110000 0 1100011 1000110 100100 101010110 1100011 100000

Color Harmonies of #A20130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20130

Black with #A20130

Text Example


Text Example

White with #A20130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20130; }

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

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

background-color css

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

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

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

border-color css

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

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

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