Html Css Color HEX #A40838 Carmine

📋 copy color: '#A40838'

red 164 ◦ green 8 ◦ blue 56

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

Shades of Carmine #A40838

Tints of Carmine #A40838

RGB

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

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

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

R = 71.93%
G = 3.51%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A40838 (or 0xA40838) is known color: Carmine. HEX triplet: A4, 08 and 38. RGB value is (164,8,56). Sum of RGB (Red+Green+Blue) = 164+8+56=228 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.93% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 164 - color contains mainly: red. Hex color #A40838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40838 is #5BF7C7. Grayscale: #3C3C3C. Windows color (decimal): -6027208 or 3672228. OLE color: 3672228.

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

Color convert

RGB 164 8 56 -
CMYK 0 0.95 0.66 0.36
HSL 341.54º 0.91% 0.34% -
HSV(B) 341.54º 0.95% 0.64% -
XYZ 16.11 8.35 4.5 -
YUV 60.12 125.68 202.1 -
System Red Green Blue C M Y K H S L
Decimal 164 8 56 0 0.95 0.66 0.36 341.54 0.91 0.34
Hex A4 8 38 0 5F 42 24 156 5B 22
Octal 244 10 70 0 137 102 44 526 133 42
Binary 10100100 1000 111000 0 1011111 1000010 100100 101010110 1011011 100010

Color Harmonies of #A40838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40838

Black with #A40838

Text Example


Text Example

White with #A40838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40838; }

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

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

background-color css

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

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

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

border-color css

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

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

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