Html Css Color HEX #93001E Carmine

📋 copy color: '#93001E'

red 147 ◦ green 0 ◦ blue 30

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

Shades of Carmine #93001E

Tints of Carmine #93001E

RGB

 RED value IS 147 (57.81% from 255) = 83.05%

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

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

R = 83.05%
G = 0%
B = 16.95%

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

#93001E (or 0x93001E) is known color: Carmine. HEX triplet: 93, 00 and 1E. RGB value is (147,0,30). Sum of RGB (Red+Green+Blue) = 147+0+30=177 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.05% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 147 - color contains mainly: red. Hex color #93001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93001E is #6CFFE1. Grayscale: #2F2F2F. Windows color (decimal): -7143394 or 1966227. OLE color: 1966227.

HSL color Cylindrical-coordinate representation of color #93001E: hue angle of 347.76º 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 #93001E is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 0 30 -
CMYK 0 1 0.80 0.42
HSL 347.76º 1% 0.29% -
HSV(B) 347.76º 1% 0.58% -
XYZ 12.27 6.3 1.8 -
YUV 47.37 118.2 199.06 -
System Red Green Blue C M Y K H S L
Decimal 147 0 30 0 1 0.80 0.42 347.76 1 0.29
Hex 93 0 1E 0 64 50 2A 15C 64 1D
Octal 223 0 36 0 144 120 52 534 144 35
Binary 10010011 0 11110 0 1100100 1010000 101010 101011100 1100100 11101

Color Harmonies of #93001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93001E

Black with #93001E

Text Example


Text Example

White with #93001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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