Html Css Color HEX #93001D Carmine

📋 copy color: '#93001D'

red 147 ◦ green 0 ◦ blue 29

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

Shades of Carmine #93001D

Tints of Carmine #93001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.48%

R = 83.52%
G = 0%
B = 16.48%

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

#93001D (or 0x93001D) is known color: Carmine. HEX triplet: 93, 00 and 1D. RGB value is (147,0,29). Sum of RGB (Red+Green+Blue) = 147+0+29=176 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.52% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 147 - color contains mainly: red. Hex color #93001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93001D is #6CFFE2. Grayscale: #2F2F2F. Windows color (decimal): -7143395 or 1900691. OLE color: 1900691.

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

Color convert

RGB 147 0 29 -
CMYK 0 1 0.80 0.42
HSL 348.16º 1% 0.29% -
HSV(B) 348.16º 1% 0.58% -
XYZ 12.25 6.29 1.73 -
YUV 47.26 117.7 199.14 -
System Red Green Blue C M Y K H S L
Decimal 147 0 29 0 1 0.80 0.42 348.16 1 0.29
Hex 93 0 1D 0 64 50 2A 15C 64 1D
Octal 223 0 35 0 144 120 52 534 144 35
Binary 10010011 0 11101 0 1100100 1010000 101010 101011100 1100100 11101

Color Harmonies of #93001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93001D

Black with #93001D

Text Example


Text Example

White with #93001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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