Html Css Color HEX #C10522 Venetian Red

📋 copy color: '#C10522'

red 193 ◦ green 5 ◦ blue 34

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

Shades of Venetian Red #C10522

Tints of Venetian Red #C10522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.66%

R = 83.19%
G = 2.16%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C10522 (or 0xC10522) is known color: Venetian Red. HEX triplet: C1, 05 and 22. RGB value is (193,5,34). Sum of RGB (Red+Green+Blue) = 193+5+34=232 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.19% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 193 - color contains mainly: red. Hex color #C10522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10522 is #3EFADD. Grayscale: #404040. Windows color (decimal): -4127454 or 2229697. OLE color: 2229697.

HSL color Cylindrical-coordinate representation of color #C10522: hue angle of 350.74º 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 #C10522 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 5 34 -
CMYK 0 0.97 0.82 0.24
HSL 350.74º 0.95% 0.39% -
HSV(B) 350.74º 0.97% 0.76% -
XYZ 22.34 11.56 2.57 -
YUV 64.52 110.78 219.64 -
System Red Green Blue C M Y K H S L
Decimal 193 5 34 0 0.97 0.82 0.24 350.74 0.95 0.39
Hex C1 5 22 0 61 52 18 15F 5F 27
Octal 301 5 42 0 141 122 30 537 137 47
Binary 11000001 101 100010 0 1100001 1010010 11000 101011111 1011111 100111

Color Harmonies of #C10522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10522

Black with #C10522

Text Example


Text Example

White with #C10522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10522; }

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

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

background-color css

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

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

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

border-color css

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

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

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