Html Css Color HEX #93082C Carmine

📋 copy color: '#93082C'

red 147 ◦ green 8 ◦ blue 44

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

Shades of Carmine #93082C

Tints of Carmine #93082C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.02%

 BLUE value IS 44 (17.58% from 255) = 22.11%

R = 73.87%
G = 4.02%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#93082C (or 0x93082C) is known color: Carmine. HEX triplet: 93, 08 and 2C. RGB value is (147,8,44). Sum of RGB (Red+Green+Blue) = 147+8+44=199 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.87% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 147 - color contains mainly: red. Hex color #93082C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93082C is #6CF7D3. Grayscale: #353535. Windows color (decimal): -7141332 or 2885779. OLE color: 2885779.

HSL color Cylindrical-coordinate representation of color #93082C: hue angle of 344.46º degrees, saturation: 0.9, 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 #93082C is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 8 44 -
CMYK 0 0.95 0.70 0.42
HSL 344.46º 0.9% 0.3% -
HSV(B) 344.46º 0.95% 0.58% -
XYZ 12.57 6.56 2.99 -
YUV 53.67 122.55 194.57 -
System Red Green Blue C M Y K H S L
Decimal 147 8 44 0 0.95 0.70 0.42 344.46 0.9 0.3
Hex 93 8 2C 0 5F 46 2A 158 5A 1E
Octal 223 10 54 0 137 106 52 530 132 36
Binary 10010011 1000 101100 0 1011111 1000110 101010 101011000 1011010 11110

Color Harmonies of #93082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93082C

Black with #93082C

Text Example


Text Example

White with #93082C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,8,44); }

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

background-color css

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

 a { background-color: rgb(147,8,44); }

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

border-color css

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

 span { border-color: rgb(147,8,44); }

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