Html Css Color HEX #930123 Carmine

📋 copy color: '#930123'

red 147 ◦ green 1 ◦ blue 35

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

Shades of Carmine #930123

Tints of Carmine #930123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 19.13%

R = 80.33%
G = 0.55%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#930123 (or 0x930123) is known color: Carmine. HEX triplet: 93, 01 and 23. RGB value is (147,1,35). Sum of RGB (Red+Green+Blue) = 147+1+35=183 (24% of max value = 765). Red value is 147 (57.81% from 255 or 80.33% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 147 - color contains mainly: red. Hex color #930123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930123 is #6CFEDC. Grayscale: #303030. Windows color (decimal): -7143133 or 2294163. OLE color: 2294163.

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

Color convert

RGB 147 1 35 -
CMYK 0 0.99 0.76 0.42
HSL 346.03º 0.99% 0.29% -
HSV(B) 346.03º 0.99% 0.58% -
XYZ 12.35 6.35 2.16 -
YUV 48.53 120.37 198.24 -
System Red Green Blue C M Y K H S L
Decimal 147 1 35 0 0.99 0.76 0.42 346.03 0.99 0.29
Hex 93 1 23 0 63 4C 2A 15A 63 1D
Octal 223 1 43 0 143 114 52 532 143 35
Binary 10010011 1 100011 0 1100011 1001100 101010 101011010 1100011 11101

Color Harmonies of #930123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930123

Black with #930123

Text Example


Text Example

White with #930123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930123; }

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

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

background-color css

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

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

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

border-color css

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

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

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