Html Css Color HEX #940A2F Carmine

📋 copy color: '#940A2F'

red 148 ◦ green 10 ◦ blue 47

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

Shades of Carmine #940A2F

Tints of Carmine #940A2F

RGB

 RED value IS 148 (58.2% from 255) = 72.2%

 GREEN value IS 10 (4.3% from 255) = 4.88%

 BLUE value IS 47 (18.75% from 255) = 22.93%

R = 72.2%
G = 4.88%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#940A2F (or 0x940A2F) is known color: Carmine. HEX triplet: 94, 0A and 2F. RGB value is (148,10,47). Sum of RGB (Red+Green+Blue) = 148+10+47=205 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.20% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 148 - color contains mainly: red. Hex color #940A2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940A2F is #6BF5D0. Grayscale: #373737. Windows color (decimal): -7075281 or 3082900. OLE color: 3082900.

HSL color Cylindrical-coordinate representation of color #940A2F: hue angle of 343.91º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940A2F is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 10 47 -
CMYK 0 0.93 0.68 0.42
HSL 343.91º 0.87% 0.31% -
HSV(B) 343.91º 0.93% 0.58% -
XYZ 12.83 6.72 3.31 -
YUV 55.48 123.22 193.99 -
System Red Green Blue C M Y K H S L
Decimal 148 10 47 0 0.93 0.68 0.42 343.91 0.87 0.31
Hex 94 A 2F 0 5D 44 2A 158 57 1F
Octal 224 12 57 0 135 104 52 530 127 37
Binary 10010100 1010 101111 0 1011101 1000100 101010 101011000 1010111 11111

Color Harmonies of #940A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940A2F

Black with #940A2F

Text Example


Text Example

White with #940A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940A2F; }

 p { color: rgb(148,10,47); }

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

background-color css

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

 a { background-color: rgb(148,10,47); }

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

border-color css

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

 span { border-color: rgb(148,10,47); }

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