Html Css Color HEX #930828 Carmine

📋 copy color: '#930828'

red 147 ◦ green 8 ◦ blue 40

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

Shades of Carmine #930828

Tints of Carmine #930828

RGB

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

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

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

R = 75.38%
G = 4.1%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#930828 (or 0x930828) is known color: Carmine. HEX triplet: 93, 08 and 28. RGB value is (147,8,40). Sum of RGB (Red+Green+Blue) = 147+8+40=195 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.38% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 147 - color contains mainly: red. Hex color #930828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930828 is #6CF7D7. Grayscale: #353535. Windows color (decimal): -7141336 or 2623635. OLE color: 2623635.

HSL color Cylindrical-coordinate representation of color #930828: hue angle of 346.19º 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 #930828 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 8 40 -
CMYK 0 0.95 0.73 0.42
HSL 346.19º 0.9% 0.3% -
HSV(B) 346.19º 0.95% 0.58% -
XYZ 12.5 6.53 2.61 -
YUV 53.21 120.55 194.9 -
System Red Green Blue C M Y K H S L
Decimal 147 8 40 0 0.95 0.73 0.42 346.19 0.9 0.3
Hex 93 8 28 0 5F 49 2A 15A 5A 1E
Octal 223 10 50 0 137 111 52 532 132 36
Binary 10010011 1000 101000 0 1011111 1001001 101010 101011010 1011010 11110

Color Harmonies of #930828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930828

Black with #930828

Text Example


Text Example

White with #930828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930828; }

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

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

background-color css

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

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

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

border-color css

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

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

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