Html Css Color HEX #A40835 Carmine

📋 copy color: '#A40835'

red 164 ◦ green 8 ◦ blue 53

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

Shades of Carmine #A40835

Tints of Carmine #A40835

RGB

 RED value IS 164 (64.45% from 255) = 72.89%

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

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

R = 72.89%
G = 3.56%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A40835 (or 0xA40835) is known color: Carmine. HEX triplet: A4, 08 and 35. RGB value is (164,8,53). Sum of RGB (Red+Green+Blue) = 164+8+53=225 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.89% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 164 - color contains mainly: red. Hex color #A40835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40835 is #5BF7CA. Grayscale: #3B3B3B. Windows color (decimal): -6027211 or 3475620. OLE color: 3475620.

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

Color convert

RGB 164 8 53 -
CMYK 0 0.95 0.68 0.36
HSL 342.69º 0.91% 0.34% -
HSV(B) 342.69º 0.95% 0.64% -
XYZ 16.04 8.32 4.13 -
YUV 59.77 124.18 202.34 -
System Red Green Blue C M Y K H S L
Decimal 164 8 53 0 0.95 0.68 0.36 342.69 0.91 0.34
Hex A4 8 35 0 5F 44 24 157 5B 22
Octal 244 10 65 0 137 104 44 527 133 42
Binary 10100100 1000 110101 0 1011111 1000100 100100 101010111 1011011 100010

Color Harmonies of #A40835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40835

Black with #A40835

Text Example


Text Example

White with #A40835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40835; }

 p { color: rgb(164,8,53); }

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

background-color css

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

 a { background-color: rgb(164,8,53); }

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

border-color css

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

 span { border-color: rgb(164,8,53); }

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