Html Css Color HEX #A40F33 Carmine

📋 copy color: '#A40F33'

red 164 ◦ green 15 ◦ blue 51

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

Shades of Carmine #A40F33

Tints of Carmine #A40F33

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.52%

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

R = 71.3%
G = 6.52%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A40F33 (or 0xA40F33) is known color: Carmine. HEX triplet: A4, 0F and 33. RGB value is (164,15,51). Sum of RGB (Red+Green+Blue) = 164+15+51=230 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.30% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40F33 is #5BF0CC. Grayscale: #3F3F3F. Windows color (decimal): -6025421 or 3346340. OLE color: 3346340.

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

Color convert

RGB 164 15 51 -
CMYK 0 0.91 0.69 0.36
HSL 345.5º 0.83% 0.35% -
HSV(B) 345.5º 0.91% 0.64% -
XYZ 16.08 8.47 3.92 -
YUV 63.66 120.86 199.57 -
System Red Green Blue C M Y K H S L
Decimal 164 15 51 0 0.91 0.69 0.36 345.5 0.83 0.35
Hex A4 F 33 0 5B 45 24 15A 53 23
Octal 244 17 63 0 133 105 44 532 123 43
Binary 10100100 1111 110011 0 1011011 1000101 100100 101011010 1010011 100011

Color Harmonies of #A40F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40F33

Black with #A40F33

Text Example


Text Example

White with #A40F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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