Html Css Color HEX #940C2A Carmine

📋 copy color: '#940C2A'

red 148 ◦ green 12 ◦ blue 42

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

Shades of Carmine #940C2A

Tints of Carmine #940C2A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.94%

 BLUE value IS 42 (16.8% from 255) = 20.79%

R = 73.27%
G = 5.94%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#940C2A (or 0x940C2A) is known color: Carmine. HEX triplet: 94, 0C and 2A. RGB value is (148,12,42). Sum of RGB (Red+Green+Blue) = 148+12+42=202 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.27% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 148 - color contains mainly: red. Hex color #940C2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940C2A is #6BF3D5. Grayscale: #383838. Windows color (decimal): -7074774 or 2755732. OLE color: 2755732.

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

Color convert

RGB 148 12 42 -
CMYK 0 0.92 0.72 0.42
HSL 346.76º 0.85% 0.31% -
HSV(B) 346.76º 0.92% 0.58% -
XYZ 12.76 6.73 2.82 -
YUV 56.08 120.06 193.56 -
System Red Green Blue C M Y K H S L
Decimal 148 12 42 0 0.92 0.72 0.42 346.76 0.85 0.31
Hex 94 C 2A 0 5C 48 2A 15B 55 1F
Octal 224 14 52 0 134 110 52 533 125 37
Binary 10010100 1100 101010 0 1011100 1001000 101010 101011011 1010101 11111

Color Harmonies of #940C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940C2A

Black with #940C2A

Text Example


Text Example

White with #940C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,12,42); }

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

background-color css

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

 a { background-color: rgb(148,12,42); }

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

border-color css

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

 span { border-color: rgb(148,12,42); }

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