Html Css Color HEX #940A2B Carmine

📋 copy color: '#940A2B'

red 148 ◦ green 10 ◦ blue 43

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

Shades of Carmine #940A2B

Tints of Carmine #940A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.39%

R = 73.63%
G = 4.98%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#940A2B (or 0x940A2B) is known color: Carmine. HEX triplet: 94, 0A and 2B. RGB value is (148,10,43). Sum of RGB (Red+Green+Blue) = 148+10+43=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #940A2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940A2B is #6BF5D4. Grayscale: #373737. Windows color (decimal): -7075285 or 2820756. OLE color: 2820756.

HSL color Cylindrical-coordinate representation of color #940A2B: hue angle of 345.65º 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 #940A2B is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 10 43 -
CMYK 0 0.93 0.71 0.42
HSL 345.65º 0.87% 0.31% -
HSV(B) 345.65º 0.93% 0.58% -
XYZ 12.76 6.69 2.9 -
YUV 55.02 121.22 194.32 -
System Red Green Blue C M Y K H S L
Decimal 148 10 43 0 0.93 0.71 0.42 345.65 0.87 0.31
Hex 94 A 2B 0 5D 47 2A 15A 57 1F
Octal 224 12 53 0 135 107 52 532 127 37
Binary 10010100 1010 101011 0 1011101 1000111 101010 101011010 1010111 11111

Color Harmonies of #940A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940A2B

Black with #940A2B

Text Example


Text Example

White with #940A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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