Html Css Color HEX #930227 Carmine

📋 copy color: '#930227'

red 147 ◦ green 2 ◦ blue 39

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

Shades of Carmine #930227

Tints of Carmine #930227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.74%

R = 78.19%
G = 1.06%
B = 20.74%

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

#930227 (or 0x930227) is known color: Carmine. HEX triplet: 93, 02 and 27. RGB value is (147,2,39). Sum of RGB (Red+Green+Blue) = 147+2+39=188 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.19% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 147 - color contains mainly: red. Hex color #930227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930227 is #6CFDD8. Grayscale: #313131. Windows color (decimal): -7142873 or 2556563. OLE color: 2556563.

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

Color convert

RGB 147 2 39 -
CMYK 0 0.99 0.73 0.42
HSL 344.69º 0.97% 0.29% -
HSV(B) 344.69º 0.99% 0.58% -
XYZ 12.42 6.39 2.5 -
YUV 49.57 122.04 197.49 -
System Red Green Blue C M Y K H S L
Decimal 147 2 39 0 0.99 0.73 0.42 344.69 0.97 0.29
Hex 93 2 27 0 63 49 2A 159 61 1D
Octal 223 2 47 0 143 111 52 531 141 35
Binary 10010011 10 100111 0 1100011 1001001 101010 101011001 1100001 11101

Color Harmonies of #930227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930227

Black with #930227

Text Example


Text Example

White with #930227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930227; }

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

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

background-color css

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

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

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

border-color css

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

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

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