Html Css Color HEX #930228 Carmine

📋 copy color: '#930228'

red 147 ◦ green 2 ◦ blue 40

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

Shades of Carmine #930228

Tints of Carmine #930228

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

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

R = 77.78%
G = 1.06%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#930228 (or 0x930228) is known color: Carmine. HEX triplet: 93, 02 and 28. RGB value is (147,2,40). Sum of RGB (Red+Green+Blue) = 147+2+40=189 (25% of max value = 765). Red value is 147 (57.81% from 255 or 77.78% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 147 - color contains mainly: red. Hex color #930228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930228 is #6CFDD7. Grayscale: #313131. Windows color (decimal): -7142872 or 2622099. OLE color: 2622099.

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

Color convert

RGB 147 2 40 -
CMYK 0 0.99 0.73 0.42
HSL 344.28º 0.97% 0.29% -
HSV(B) 344.28º 0.99% 0.58% -
XYZ 12.44 6.4 2.59 -
YUV 49.69 122.54 197.41 -
System Red Green Blue C M Y K H S L
Decimal 147 2 40 0 0.99 0.73 0.42 344.28 0.97 0.29
Hex 93 2 28 0 63 49 2A 158 61 1D
Octal 223 2 50 0 143 111 52 530 141 35
Binary 10010011 10 101000 0 1100011 1001001 101010 101011000 1100001 11101

Color Harmonies of #930228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930228

Black with #930228

Text Example


Text Example

White with #930228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930228; }

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

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

background-color css

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

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

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

border-color css

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

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

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