Html Css Color HEX #930129 Carmine

📋 copy color: '#930129'

red 147 ◦ green 1 ◦ blue 41

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

Shades of Carmine #930129

Tints of Carmine #930129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 41 (16.41% from 255) = 21.69%

R = 77.78%
G = 0.53%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#930129 (or 0x930129) is known color: Carmine. HEX triplet: 93, 01 and 29. RGB value is (147,1,41). Sum of RGB (Red+Green+Blue) = 147+1+41=189 (25% of max value = 765). Red value is 147 (57.81% from 255 or 77.78% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 147 - color contains mainly: red. Hex color #930129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930129 is #6CFED6. Grayscale: #313131. Windows color (decimal): -7143127 or 2687379. OLE color: 2687379.

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

Color convert

RGB 147 1 41 -
CMYK 0 0.99 0.72 0.42
HSL 343.56º 0.99% 0.29% -
HSV(B) 343.56º 0.99% 0.58% -
XYZ 12.44 6.38 2.67 -
YUV 49.21 123.37 197.75 -
System Red Green Blue C M Y K H S L
Decimal 147 1 41 0 0.99 0.72 0.42 343.56 0.99 0.29
Hex 93 1 29 0 63 48 2A 158 63 1D
Octal 223 1 51 0 143 110 52 530 143 35
Binary 10010011 1 101001 0 1100011 1001000 101010 101011000 1100011 11101

Color Harmonies of #930129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930129

Black with #930129

Text Example


Text Example

White with #930129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930129; }

 p { color: rgb(147,1,41); }

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

background-color css

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

 a { background-color: rgb(147,1,41); }

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

border-color css

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

 span { border-color: rgb(147,1,41); }

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