Html Css Color HEX #940212 Carmine

📋 copy color: '#940212'

red 148 ◦ green 2 ◦ blue 18

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

Shades of Carmine #940212

Tints of Carmine #940212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.19%

 BLUE value IS 18 (7.42% from 255) = 10.71%

R = 88.1%
G = 1.19%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#940212 (or 0x940212) is known color: Carmine. HEX triplet: 94, 02 and 12. RGB value is (148,2,18). Sum of RGB (Red+Green+Blue) = 148+2+18=168 (22% of max value = 765). Red value is 148 (58.20% from 255 or 88.10% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 148 - color contains mainly: red. Hex color #940212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940212 is #6BFDED. Grayscale: #2F2F2F. Windows color (decimal): -7077358 or 1180308. OLE color: 1180308.

HSL color Cylindrical-coordinate representation of color #940212: hue angle of 353.42º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #940212 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 2 18 -
CMYK 0 0.99 0.88 0.42
HSL 353.42º 0.97% 0.29% -
HSV(B) 353.42º 0.99% 0.58% -
XYZ 12.34 6.38 1.15 -
YUV 47.48 111.37 199.7 -
System Red Green Blue C M Y K H S L
Decimal 148 2 18 0 0.99 0.88 0.42 353.42 0.97 0.29
Hex 94 2 12 0 63 58 2A 161 61 1D
Octal 224 2 22 0 143 130 52 541 141 35
Binary 10010100 10 10010 0 1100011 1011000 101010 101100001 1100001 11101

Color Harmonies of #940212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940212

Black with #940212

Text Example


Text Example

White with #940212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940212; }

 p { color: rgb(148,2,18); }

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

background-color css

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

 a { background-color: rgb(148,2,18); }

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

border-color css

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

 span { border-color: rgb(148,2,18); }

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