Html Css Color HEX #A40933 Carmine

📋 copy color: '#A40933'

red 164 ◦ green 9 ◦ blue 51

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

Shades of Carmine #A40933

Tints of Carmine #A40933

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.02%

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

R = 73.21%
G = 4.02%
B = 22.77%

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

#A40933 (or 0xA40933) is known color: Carmine. HEX triplet: A4, 09 and 33. RGB value is (164,9,51). Sum of RGB (Red+Green+Blue) = 164+9+51=224 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.21% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 164 - color contains mainly: red. Hex color #A40933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40933 is #5BF6CC. Grayscale: #3C3C3C. Windows color (decimal): -6026957 or 3344804. OLE color: 3344804.

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

Color convert

RGB 164 9 51 -
CMYK 0 0.95 0.69 0.36
HSL 343.74º 0.9% 0.34% -
HSV(B) 343.74º 0.95% 0.64% -
XYZ 16.01 8.33 3.9 -
YUV 60.13 122.85 202.08 -
System Red Green Blue C M Y K H S L
Decimal 164 9 51 0 0.95 0.69 0.36 343.74 0.9 0.34
Hex A4 9 33 0 5F 45 24 158 5A 22
Octal 244 11 63 0 137 105 44 530 132 42
Binary 10100100 1001 110011 0 1011111 1000101 100100 101011000 1011010 100010

Color Harmonies of #A40933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40933

Black with #A40933

Text Example


Text Example

White with #A40933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40933; }

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

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

background-color css

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

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

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

border-color css

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

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

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