Html Css Color HEX #C10506 Venetian Red

📋 copy color: '#C10506'

red 193 ◦ green 5 ◦ blue 6

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

Shades of Venetian Red #C10506

Tints of Venetian Red #C10506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.94%

R = 94.61%
G = 2.45%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C10506 (or 0xC10506) is known color: Venetian Red. HEX triplet: C1, 05 and 06. RGB value is (193,5,6). Sum of RGB (Red+Green+Blue) = 193+5+6=204 (27% of max value = 765). Red value is 193 (75.78% from 255 or 94.61% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 193 - color contains mainly: red. Hex color #C10506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10506 is #3EFAF9. Grayscale: #3D3D3D. Windows color (decimal): -4127482 or 394689. OLE color: 394689.

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

Color convert

RGB 193 5 6 -
CMYK 0 0.97 0.97 0.24
HSL 359.68º 0.95% 0.39% -
HSV(B) 359.68º 0.97% 0.76% -
XYZ 22.08 11.46 1.22 -
YUV 61.33 96.78 221.92 -
System Red Green Blue C M Y K H S L
Decimal 193 5 6 0 0.97 0.97 0.24 359.68 0.95 0.39
Hex C1 5 6 0 61 61 18 168 5F 27
Octal 301 5 6 0 141 141 30 550 137 47
Binary 11000001 101 110 0 1100001 1100001 11000 101101000 1011111 100111

Color Harmonies of #C10506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10506

Black with #C10506

Text Example


Text Example

White with #C10506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10506; }

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

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

background-color css

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

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

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

border-color css

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

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

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