Html Css Color HEX #93031A Carmine

📋 copy color: '#93031A'

red 147 ◦ green 3 ◦ blue 26

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

Shades of Carmine #93031A

Tints of Carmine #93031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.77%

R = 83.52%
G = 1.7%
B = 14.77%

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

#93031A (or 0x93031A) is known color: Carmine. HEX triplet: 93, 03 and 1A. RGB value is (147,3,26). Sum of RGB (Red+Green+Blue) = 147+3+26=176 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.52% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 147 - color contains mainly: red. Hex color #93031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93031A is #6CFCE5. Grayscale: #303030. Windows color (decimal): -7142630 or 1704851. OLE color: 1704851.

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

Color convert

RGB 147 3 26 -
CMYK 0 0.98 0.82 0.42
HSL 350.42º 0.96% 0.29% -
HSV(B) 350.42º 0.98% 0.58% -
XYZ 12.25 6.34 1.56 -
YUV 48.68 115.21 198.13 -
System Red Green Blue C M Y K H S L
Decimal 147 3 26 0 0.98 0.82 0.42 350.42 0.96 0.29
Hex 93 3 1A 0 62 52 2A 15E 60 1D
Octal 223 3 32 0 142 122 52 536 140 35
Binary 10010011 11 11010 0 1100010 1010010 101010 101011110 1100000 11101

Color Harmonies of #93031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93031A

Black with #93031A

Text Example


Text Example

White with #93031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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