Html Css Color HEX #940F22 Carmine

📋 copy color: '#940F22'

red 148 ◦ green 15 ◦ blue 34

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

Shades of Carmine #940F22

Tints of Carmine #940F22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.26%

R = 75.13%
G = 7.61%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#940F22 (or 0x940F22) is known color: Carmine. HEX triplet: 94, 0F and 22. RGB value is (148,15,34). Sum of RGB (Red+Green+Blue) = 148+15+34=197 (26% of max value = 765). Red value is 148 (58.20% from 255 or 75.13% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 148 - color contains mainly: red. Hex color #940F22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940F22 is #6BF0DD. Grayscale: #383838. Windows color (decimal): -7074014 or 2232212. OLE color: 2232212.

HSL color Cylindrical-coordinate representation of color #940F22: hue angle of 351.43º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #940F22 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 15 34 -
CMYK 0 0.90 0.77 0.42
HSL 351.43º 0.82% 0.32% -
HSV(B) 351.43º 0.9% 0.58% -
XYZ 12.67 6.75 2.15 -
YUV 56.93 115.06 192.96 -
System Red Green Blue C M Y K H S L
Decimal 148 15 34 0 0.90 0.77 0.42 351.43 0.82 0.32
Hex 94 F 22 0 5A 4D 2A 15F 52 20
Octal 224 17 42 0 132 115 52 537 122 40
Binary 10010100 1111 100010 0 1011010 1001101 101010 101011111 1010010 100000

Color Harmonies of #940F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940F22

Black with #940F22

Text Example


Text Example

White with #940F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,15,34); }

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

background-color css

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

 a { background-color: rgb(148,15,34); }

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

border-color css

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

 span { border-color: rgb(148,15,34); }

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