Html Css Color HEX #C10528 Venetian Red

📋 copy color: '#C10528'

red 193 ◦ green 5 ◦ blue 40

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

Shades of Venetian Red #C10528

Tints of Venetian Red #C10528

RGB

 RED value IS 193 (75.78% from 255) = 81.09%

 GREEN value IS 5 (2.34% from 255) = 2.1%

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

R = 81.09%
G = 2.1%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C10528 (or 0xC10528) is known color: Venetian Red. HEX triplet: C1, 05 and 28. RGB value is (193,5,40). Sum of RGB (Red+Green+Blue) = 193+5+40=238 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.09% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 193 - color contains mainly: red. Hex color #C10528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10528 is #3EFAD7. Grayscale: #414141. Windows color (decimal): -4127448 or 2622913. OLE color: 2622913.

HSL color Cylindrical-coordinate representation of color #C10528: hue angle of 348.83º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C10528 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 5 40 -
CMYK 0 0.97 0.79 0.24
HSL 348.83º 0.95% 0.39% -
HSV(B) 348.83º 0.97% 0.76% -
XYZ 22.43 11.6 3.06 -
YUV 65.2 113.78 219.15 -
System Red Green Blue C M Y K H S L
Decimal 193 5 40 0 0.97 0.79 0.24 348.83 0.95 0.39
Hex C1 5 28 0 61 4F 18 15D 5F 27
Octal 301 5 50 0 141 117 30 535 137 47
Binary 11000001 101 101000 0 1100001 1001111 11000 101011101 1011111 100111

Color Harmonies of #C10528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10528

Black with #C10528

Text Example


Text Example

White with #C10528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10528; }

 p { color: rgb(193,5,40); }

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

background-color css

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

 a { background-color: rgb(193,5,40); }

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

border-color css

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

 span { border-color: rgb(193,5,40); }

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