Html Css Color HEX #93001C Carmine

📋 copy color: '#93001C'

red 147 ◦ green 0 ◦ blue 28

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

Shades of Carmine #93001C

Tints of Carmine #93001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16%

R = 84%
G = 0%
B = 16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#93001C (or 0x93001C) is known color: Carmine. HEX triplet: 93, 00 and 1C. RGB value is (147,0,28). Sum of RGB (Red+Green+Blue) = 147+0+28=175 (23% of max value = 765). Red value is 147 (57.81% from 255 or 84% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 147 - color contains mainly: red. Hex color #93001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93001C is #6CFFE3. Grayscale: #2F2F2F. Windows color (decimal): -7143396 or 1835155. OLE color: 1835155.

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

Color convert

RGB 147 0 28 -
CMYK 0 1 0.81 0.42
HSL 348.57º 1% 0.29% -
HSV(B) 348.57º 1% 0.58% -
XYZ 12.24 6.29 1.67 -
YUV 47.15 117.2 199.22 -
System Red Green Blue C M Y K H S L
Decimal 147 0 28 0 1 0.81 0.42 348.57 1 0.29
Hex 93 0 1C 0 64 51 2A 15D 64 1D
Octal 223 0 34 0 144 121 52 535 144 35
Binary 10010011 0 11100 0 1100100 1010001 101010 101011101 1100100 11101

Color Harmonies of #93001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93001C

Black with #93001C

Text Example


Text Example

White with #93001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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