Html Css Color HEX #A80435 Carmine

📋 copy color: '#A80435'

red 168 ◦ green 4 ◦ blue 53

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

Shades of Carmine #A80435

Tints of Carmine #A80435

RGB

 RED value IS 168 (66.02% from 255) = 74.67%

 GREEN value IS 4 (1.95% from 255) = 1.78%

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

R = 74.67%
G = 1.78%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A80435 (or 0xA80435) is known color: Carmine. HEX triplet: A8, 04 and 35. RGB value is (168,4,53). Sum of RGB (Red+Green+Blue) = 168+4+53=225 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.67% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 168 - color contains mainly: red. Hex color #A80435 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80435 is #57FBCA. Grayscale: #3A3A3A. Windows color (decimal): -5766091 or 3474600. OLE color: 3474600.

HSL color Cylindrical-coordinate representation of color #A80435: hue angle of 342.07º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80435 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 4 53 -
CMYK 0 0.98 0.68 0.34
HSL 342.07º 0.95% 0.34% -
HSV(B) 342.07º 0.98% 0.66% -
XYZ 16.83 8.67 4.15 -
YUV 58.62 124.83 206.02 -
System Red Green Blue C M Y K H S L
Decimal 168 4 53 0 0.98 0.68 0.34 342.07 0.95 0.34
Hex A8 4 35 0 62 44 22 156 5F 22
Octal 250 4 65 0 142 104 42 526 137 42
Binary 10101000 100 110101 0 1100010 1000100 100010 101010110 1011111 100010

Color Harmonies of #A80435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80435

Black with #A80435

Text Example


Text Example

White with #A80435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80435; }

 p { color: rgb(168,4,53); }

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

background-color css

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

 a { background-color: rgb(168,4,53); }

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

border-color css

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

 span { border-color: rgb(168,4,53); }

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