Html Css Color HEX #940113 Carmine

📋 copy color: '#940113'

red 148 ◦ green 1 ◦ blue 19

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

Shades of Carmine #940113

Tints of Carmine #940113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 19 (7.81% from 255) = 11.31%

R = 88.1%
G = 0.6%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#940113 (or 0x940113) is known color: Carmine. HEX triplet: 94, 01 and 13. RGB value is (148,1,19). Sum of RGB (Red+Green+Blue) = 148+1+19=168 (22% of max value = 765). Red value is 148 (58.20% from 255 or 88.10% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 148 - color contains mainly: red. Hex color #940113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940113 is #6BFEEC. Grayscale: #2F2F2F. Windows color (decimal): -7077613 or 1245588. OLE color: 1245588.

HSL color Cylindrical-coordinate representation of color #940113: hue angle of 352.65º degrees, saturation: 0.99, 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 #940113 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 1 19 -
CMYK 0 0.99 0.87 0.42
HSL 352.65º 0.99% 0.29% -
HSV(B) 352.65º 0.99% 0.58% -
XYZ 12.34 6.36 1.19 -
YUV 47.01 112.2 200.04 -
System Red Green Blue C M Y K H S L
Decimal 148 1 19 0 0.99 0.87 0.42 352.65 0.99 0.29
Hex 94 1 13 0 63 57 2A 161 63 1D
Octal 224 1 23 0 143 127 52 541 143 35
Binary 10010100 1 10011 0 1100011 1010111 101010 101100001 1100011 11101

Color Harmonies of #940113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940113

Black with #940113

Text Example


Text Example

White with #940113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940113; }

 p { color: rgb(148,1,19); }

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

background-color css

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

 a { background-color: rgb(148,1,19); }

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

border-color css

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

 span { border-color: rgb(148,1,19); }

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