Html Css Color HEX #930A28 Carmine

📋 copy color: '#930A28'

red 147 ◦ green 10 ◦ blue 40

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

Shades of Carmine #930A28

Tints of Carmine #930A28

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.08%

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

R = 74.62%
G = 5.08%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#930A28 (or 0x930A28) is known color: Carmine. HEX triplet: 93, 0A and 28. RGB value is (147,10,40). Sum of RGB (Red+Green+Blue) = 147+10+40=197 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.62% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 147 - color contains mainly: red. Hex color #930A28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930A28 is #6CF5D7. Grayscale: #363636. Windows color (decimal): -7140824 or 2624147. OLE color: 2624147.

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

Color convert

RGB 147 10 40 -
CMYK 0 0.93 0.73 0.42
HSL 346.86º 0.87% 0.31% -
HSV(B) 346.86º 0.93% 0.58% -
XYZ 12.52 6.57 2.62 -
YUV 54.38 119.89 194.06 -
System Red Green Blue C M Y K H S L
Decimal 147 10 40 0 0.93 0.73 0.42 346.86 0.87 0.31
Hex 93 A 28 0 5D 49 2A 15B 57 1F
Octal 223 12 50 0 135 111 52 533 127 37
Binary 10010011 1010 101000 0 1011101 1001001 101010 101011011 1010111 11111

Color Harmonies of #930A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930A28

Black with #930A28

Text Example


Text Example

White with #930A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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