Html Css Color HEX #A20135 Carmine

📋 copy color: '#A20135'

red 162 ◦ green 1 ◦ blue 53

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

Shades of Carmine #A20135

Tints of Carmine #A20135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.54%

R = 75%
G = 0.46%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A20135 (or 0xA20135) is known color: Carmine. HEX triplet: A2, 01 and 35. RGB value is (162,1,53). Sum of RGB (Red+Green+Blue) = 162+1+53=216 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 162 - color contains mainly: red. Hex color #A20135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20135 is #5DFECA. Grayscale: #373737. Windows color (decimal): -6160075 or 3473826. OLE color: 3473826.

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

Color convert

RGB 162 1 53 -
CMYK 0 0.99 0.67 0.36
HSL 340.62º 0.99% 0.32% -
HSV(B) 340.62º 0.99% 0.64% -
XYZ 15.55 7.96 4.08 -
YUV 55.07 126.84 204.27 -
System Red Green Blue C M Y K H S L
Decimal 162 1 53 0 0.99 0.67 0.36 340.62 0.99 0.32
Hex A2 1 35 0 63 43 24 155 63 20
Octal 242 1 65 0 143 103 44 525 143 40
Binary 10100010 1 110101 0 1100011 1000011 100100 101010101 1100011 100000

Color Harmonies of #A20135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20135

Black with #A20135

Text Example


Text Example

White with #A20135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20135; }

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

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

background-color css

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

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

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

border-color css

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

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

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