Html Css Color HEX #A40833 Carmine

📋 copy color: '#A40833'

red 164 ◦ green 8 ◦ blue 51

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

Shades of Carmine #A40833

Tints of Carmine #A40833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.87%

R = 73.54%
G = 3.59%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A40833 (or 0xA40833) is known color: Carmine. HEX triplet: A4, 08 and 33. RGB value is (164,8,51). Sum of RGB (Red+Green+Blue) = 164+8+51=223 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.54% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 164 - color contains mainly: red. Hex color #A40833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40833 is #5BF7CC. Grayscale: #3B3B3B. Windows color (decimal): -6027213 or 3344548. OLE color: 3344548.

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

Color convert

RGB 164 8 51 -
CMYK 0 0.95 0.69 0.36
HSL 343.46º 0.91% 0.34% -
HSV(B) 343.46º 0.95% 0.64% -
XYZ 15.99 8.31 3.89 -
YUV 59.55 123.18 202.5 -
System Red Green Blue C M Y K H S L
Decimal 164 8 51 0 0.95 0.69 0.36 343.46 0.91 0.34
Hex A4 8 33 0 5F 45 24 157 5B 22
Octal 244 10 63 0 137 105 44 527 133 42
Binary 10100100 1000 110011 0 1011111 1000101 100100 101010111 1011011 100010

Color Harmonies of #A40833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40833

Black with #A40833

Text Example


Text Example

White with #A40833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40833; }

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

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

background-color css

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

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

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

border-color css

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

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

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