Html Css Color HEX #A40818 Carmine

📋 copy color: '#A40818'

red 164 ◦ green 8 ◦ blue 24

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

Shades of Carmine #A40818

Tints of Carmine #A40818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.24%

R = 83.67%
G = 4.08%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A40818 (or 0xA40818) is known color: Carmine. HEX triplet: A4, 08 and 18. RGB value is (164,8,24). Sum of RGB (Red+Green+Blue) = 164+8+24=196 (25% of max value = 765). Red value is 164 (64.45% from 255 or 83.67% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 164 - color contains mainly: red. Hex color #A40818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40818 is #5BF7E7. Grayscale: #383838. Windows color (decimal): -6027240 or 1575076. OLE color: 1575076.

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

Color convert

RGB 164 8 24 -
CMYK 0 0.95 0.85 0.36
HSL 353.85º 0.91% 0.34% -
HSV(B) 353.85º 0.95% 0.64% -
XYZ 15.56 8.13 1.61 -
YUV 56.47 109.68 204.7 -
System Red Green Blue C M Y K H S L
Decimal 164 8 24 0 0.95 0.85 0.36 353.85 0.91 0.34
Hex A4 8 18 0 5F 55 24 162 5B 22
Octal 244 10 30 0 137 125 44 542 133 42
Binary 10100100 1000 11000 0 1011111 1010101 100100 101100010 1011011 100010

Color Harmonies of #A40818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40818

Black with #A40818

Text Example


Text Example

White with #A40818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40818; }

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

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

background-color css

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

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

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

border-color css

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

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

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