Html Css Color HEX #93071C Carmine

📋 copy color: '#93071C'

red 147 ◦ green 7 ◦ blue 28

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

Shades of Carmine #93071C

Tints of Carmine #93071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.85%

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

R = 80.77%
G = 3.85%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#93071C (or 0x93071C) is known color: Carmine. HEX triplet: 93, 07 and 1C. RGB value is (147,7,28). Sum of RGB (Red+Green+Blue) = 147+7+28=182 (24% of max value = 765). Red value is 147 (57.81% from 255 or 80.77% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 147 - color contains mainly: red. Hex color #93071C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93071C is #6CF8E3. Grayscale: #333333. Windows color (decimal): -7141604 or 1836947. OLE color: 1836947.

HSL color Cylindrical-coordinate representation of color #93071C: hue angle of 351º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93071C is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 7 28 -
CMYK 0 0.95 0.81 0.42
HSL 351º 0.91% 0.3% -
HSV(B) 351º 0.95% 0.58% -
XYZ 12.32 6.44 1.69 -
YUV 51.25 114.88 196.29 -
System Red Green Blue C M Y K H S L
Decimal 147 7 28 0 0.95 0.81 0.42 351 0.91 0.3
Hex 93 7 1C 0 5F 51 2A 15F 5B 1E
Octal 223 7 34 0 137 121 52 537 133 36
Binary 10010011 111 11100 0 1011111 1010001 101010 101011111 1011011 11110

Color Harmonies of #93071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93071C

Black with #93071C

Text Example


Text Example

White with #93071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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