Html Css Color HEX #930928 Carmine

📋 copy color: '#930928'

red 147 ◦ green 9 ◦ blue 40

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

Shades of Carmine #930928

Tints of Carmine #930928

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.59%

 BLUE value IS 40 (16.02% from 255) = 20.41%

R = 75%
G = 4.59%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#930928 (or 0x930928) is known color: Carmine. HEX triplet: 93, 09 and 28. RGB value is (147,9,40). Sum of RGB (Red+Green+Blue) = 147+9+40=196 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 147 - color contains mainly: red. Hex color #930928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930928 is #6CF6D7. Grayscale: #353535. Windows color (decimal): -7141080 or 2623891. OLE color: 2623891.

HSL color Cylindrical-coordinate representation of color #930928: hue angle of 346.52º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930928 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 9 40 -
CMYK 0 0.94 0.73 0.42
HSL 346.52º 0.88% 0.31% -
HSV(B) 346.52º 0.94% 0.58% -
XYZ 12.51 6.55 2.61 -
YUV 53.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 147 9 40 0 0.94 0.73 0.42 346.52 0.88 0.31
Hex 93 9 28 0 5E 49 2A 15B 58 1F
Octal 223 11 50 0 136 111 52 533 130 37
Binary 10010011 1001 101000 0 1011110 1001001 101010 101011011 1011000 11111

Color Harmonies of #930928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930928

Black with #930928

Text Example


Text Example

White with #930928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930928; }

 p { color: rgb(147,9,40); }

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

background-color css

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

 a { background-color: rgb(147,9,40); }

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

border-color css

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

 span { border-color: rgb(147,9,40); }

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