Html Css Color HEX #94001E Carmine

📋 copy color: '#94001E'

red 148 ◦ green 0 ◦ blue 30

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

Shades of Carmine #94001E

Tints of Carmine #94001E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.15%
G = 0%
B = 16.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94001E (or 0x94001E) is known color: Carmine. HEX triplet: 94, 00 and 1E. RGB value is (148,0,30). Sum of RGB (Red+Green+Blue) = 148+0+30=178 (23% of max value = 765). Red value is 148 (58.20% from 255 or 83.15% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 148 - color contains mainly: red. Hex color #94001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94001E is #6BFFE1. Grayscale: #2F2F2F. Windows color (decimal): -7077858 or 1966228. OLE color: 1966228.

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

Color convert

RGB 148 0 30 -
CMYK 0 1 0.80 0.42
HSL 347.84º 1% 0.29% -
HSV(B) 347.84º 1% 0.58% -
XYZ 12.45 6.39 1.81 -
YUV 47.67 118.03 199.56 -
System Red Green Blue C M Y K H S L
Decimal 148 0 30 0 1 0.80 0.42 347.84 1 0.29
Hex 94 0 1E 0 64 50 2A 15C 64 1D
Octal 224 0 36 0 144 120 52 534 144 35
Binary 10010100 0 11110 0 1100100 1010000 101010 101011100 1100100 11101

Color Harmonies of #94001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94001E

Black with #94001E

Text Example


Text Example

White with #94001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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