Html Css Color HEX #93001B Carmine

📋 copy color: '#93001B'

red 147 ◦ green 0 ◦ blue 27

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

Shades of Carmine #93001B

Tints of Carmine #93001B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.52%

R = 84.48%
G = 0%
B = 15.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#93001B (or 0x93001B) is known color: Carmine. HEX triplet: 93, 00 and 1B. RGB value is (147,0,27). Sum of RGB (Red+Green+Blue) = 147+0+27=174 (23% of max value = 765). Red value is 147 (57.81% from 255 or 84.48% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 147 - color contains mainly: red. Hex color #93001B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93001B is #6CFFE4. Grayscale: #2F2F2F. Windows color (decimal): -7143397 or 1769619. OLE color: 1769619.

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

Color convert

RGB 147 0 27 -
CMYK 0 1 0.82 0.42
HSL 348.98º 1% 0.29% -
HSV(B) 348.98º 1% 0.58% -
XYZ 12.23 6.28 1.6 -
YUV 47.03 116.7 199.3 -
System Red Green Blue C M Y K H S L
Decimal 147 0 27 0 1 0.82 0.42 348.98 1 0.29
Hex 93 0 1B 0 64 52 2A 15D 64 1D
Octal 223 0 33 0 144 122 52 535 144 35
Binary 10010011 0 11011 0 1100100 1010010 101010 101011101 1100100 11101

Color Harmonies of #93001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93001B

Black with #93001B

Text Example


Text Example

White with #93001B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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