Html Css Color HEX #94171E Carmine

📋 copy color: '#94171E'

red 148 ◦ green 23 ◦ blue 30

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

Shades of Carmine #94171E

Tints of Carmine #94171E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.44%

 BLUE value IS 30 (12.11% from 255) = 14.93%

R = 73.63%
G = 11.44%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94171E (or 0x94171E) is known color: Carmine. HEX triplet: 94, 17 and 1E. RGB value is (148,23,30). Sum of RGB (Red+Green+Blue) = 148+23+30=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #94171E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94171E is #6BE8E1. Grayscale: #3D3D3D. Windows color (decimal): -7071970 or 1972116. OLE color: 1972116.

HSL color Cylindrical-coordinate representation of color #94171E: hue angle of 356.64º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94171E is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 23 30 -
CMYK 0 0.84 0.80 0.42
HSL 356.64º 0.73% 0.34% -
HSV(B) 356.64º 0.84% 0.58% -
XYZ 12.75 7 1.91 -
YUV 61.17 110.41 189.93 -
System Red Green Blue C M Y K H S L
Decimal 148 23 30 0 0.84 0.80 0.42 356.64 0.73 0.34
Hex 94 17 1E 0 54 50 2A 165 49 22
Octal 224 27 36 0 124 120 52 545 111 42
Binary 10010100 10111 11110 0 1010100 1010000 101010 101100101 1001001 100010

Color Harmonies of #94171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94171E

Black with #94171E

Text Example


Text Example

White with #94171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94171E; }

 p { color: rgb(148,23,30); }

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

background-color css

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

 a { background-color: rgb(148,23,30); }

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

border-color css

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

 span { border-color: rgb(148,23,30); }

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