Html Css Color HEX #993430 Milano Red

📋 copy color: '#993430'

red 153 ◦ green 52 ◦ blue 48

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

Shades of Milano Red #993430

Tints of Milano Red #993430

RGB

 RED value IS 153 (60.16% from 255) = 60.47%

 GREEN value IS 52 (20.7% from 255) = 20.55%

 BLUE value IS 48 (19.14% from 255) = 18.97%

R = 60.47%
G = 20.55%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#993430 (or 0x993430) is known color: Milano Red. HEX triplet: 99, 34 and 30. RGB value is (153,52,48). Sum of RGB (Red+Green+Blue) = 153+52+48=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #993430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993430 is #66CBCF. Grayscale: #515151. Windows color (decimal): -6736848 or 3159193. OLE color: 3159193.

HSL color Cylindrical-coordinate representation of color #993430: hue angle of 2.29º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993430 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 52 48 -
CMYK 0 0.66 0.69 0.4
HSL 2.29º 0.52% 0.39% -
HSV(B) 2.29º 0.69% 0.6% -
XYZ 14.9 9.44 3.83 -
YUV 81.74 108.96 178.83 -
System Red Green Blue C M Y K H S L
Decimal 153 52 48 0 0.66 0.69 0.4 2.29 0.52 0.39
Hex 99 34 30 0 42 45 28 2 34 27
Octal 231 64 60 0 102 105 50 2 64 47
Binary 10011001 110100 110000 0 1000010 1000101 101000 10 110100 100111

Color Harmonies of #993430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993430

Black with #993430

Text Example


Text Example

White with #993430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993430; }

 p { color: rgb(153,52,48); }

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

background-color css

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

 a { background-color: rgb(153,52,48); }

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

border-color css

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

 span { border-color: rgb(153,52,48); }

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