Html Css Color HEX #A20828 Carmine

📋 copy color: '#A20828'

red 162 ◦ green 8 ◦ blue 40

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

Shades of Carmine #A20828

Tints of Carmine #A20828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.05%

R = 77.14%
G = 3.81%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A20828 (or 0xA20828) is known color: Carmine. HEX triplet: A2, 08 and 28. RGB value is (162,8,40). Sum of RGB (Red+Green+Blue) = 162+8+40=210 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.14% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 162 - color contains mainly: red. Hex color #A20828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20828 is #5DF7D7. Grayscale: #393939. Windows color (decimal): -6158296 or 2623650. OLE color: 2623650.

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

Color convert

RGB 162 8 40 -
CMYK 0 0.95 0.75 0.36
HSL 347.53º 0.91% 0.33% -
HSV(B) 347.53º 0.95% 0.64% -
XYZ 15.37 8.01 2.74 -
YUV 57.69 118.02 202.4 -
System Red Green Blue C M Y K H S L
Decimal 162 8 40 0 0.95 0.75 0.36 347.53 0.91 0.33
Hex A2 8 28 0 5F 4B 24 15C 5B 21
Octal 242 10 50 0 137 113 44 534 133 41
Binary 10100010 1000 101000 0 1011111 1001011 100100 101011100 1011011 100001

Color Harmonies of #A20828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20828

Black with #A20828

Text Example


Text Example

White with #A20828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20828; }

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

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

background-color css

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

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

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

border-color css

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

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

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