Html Css Color HEX #93031B Carmine

📋 copy color: '#93031B'

red 147 ◦ green 3 ◦ blue 27

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

Shades of Carmine #93031B

Tints of Carmine #93031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

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

R = 83.05%
G = 1.69%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#93031B (or 0x93031B) is known color: Carmine. HEX triplet: 93, 03 and 1B. RGB value is (147,3,27). Sum of RGB (Red+Green+Blue) = 147+3+27=177 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.05% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 147 - color contains mainly: red. Hex color #93031B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93031B is #6CFCE4. Grayscale: #303030. Windows color (decimal): -7142629 or 1770387. OLE color: 1770387.

HSL color Cylindrical-coordinate representation of color #93031B: hue angle of 350º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93031B is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 3 27 -
CMYK 0 0.98 0.82 0.42
HSL 350º 0.96% 0.29% -
HSV(B) 350º 0.98% 0.58% -
XYZ 12.26 6.35 1.62 -
YUV 48.79 115.71 198.05 -
System Red Green Blue C M Y K H S L
Decimal 147 3 27 0 0.98 0.82 0.42 350 0.96 0.29
Hex 93 3 1B 0 62 52 2A 15E 60 1D
Octal 223 3 33 0 142 122 52 536 140 35
Binary 10010011 11 11011 0 1100010 1010010 101010 101011110 1100000 11101

Color Harmonies of #93031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93031B

Black with #93031B

Text Example


Text Example

White with #93031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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