Html Css Color HEX #A20838 Carmine

📋 copy color: '#A20838'

red 162 ◦ green 8 ◦ blue 56

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

Shades of Carmine #A20838

Tints of Carmine #A20838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.78%

R = 71.68%
G = 3.54%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A20838 (or 0xA20838) is known color: Carmine. HEX triplet: A2, 08 and 38. RGB value is (162,8,56). Sum of RGB (Red+Green+Blue) = 162+8+56=226 (29% of max value = 765). Red value is 162 (63.67% from 255 or 71.68% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 162 - color contains mainly: red. Hex color #A20838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20838 is #5DF7C7. Grayscale: #3B3B3B. Windows color (decimal): -6158280 or 3672226. OLE color: 3672226.

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

Color convert

RGB 162 8 56 -
CMYK 0 0.95 0.65 0.36
HSL 341.3º 0.91% 0.33% -
HSV(B) 341.3º 0.95% 0.64% -
XYZ 15.7 8.14 4.49 -
YUV 59.52 126.02 201.1 -
System Red Green Blue C M Y K H S L
Decimal 162 8 56 0 0.95 0.65 0.36 341.3 0.91 0.33
Hex A2 8 38 0 5F 41 24 155 5B 21
Octal 242 10 70 0 137 101 44 525 133 41
Binary 10100010 1000 111000 0 1011111 1000001 100100 101010101 1011011 100001

Color Harmonies of #A20838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20838

Black with #A20838

Text Example


Text Example

White with #A20838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20838; }

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

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

background-color css

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

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

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

border-color css

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

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

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