Html Css Color HEX #C0050B Venetian Red

📋 copy color: '#C0050B'

red 192 ◦ green 5 ◦ blue 11

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

Shades of Venetian Red #C0050B

Tints of Venetian Red #C0050B

RGB

 RED value IS 192 (75.39% from 255) = 92.31%

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

 BLUE value IS 11 (4.69% from 255) = 5.29%

R = 92.31%
G = 2.4%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0050B (or 0xC0050B) is known color: Venetian Red. HEX triplet: C0, 05 and 0B. RGB value is (192,5,11). Sum of RGB (Red+Green+Blue) = 192+5+11=208 (27% of max value = 765). Red value is 192 (75.39% from 255 or 92.31% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 192 - color contains mainly: red. Hex color #C0050B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0050B is #3FFAF4. Grayscale: #3D3D3D. Windows color (decimal): -4193013 or 722368. OLE color: 722368.

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

Color convert

RGB 192 5 11 -
CMYK 0 0.97 0.94 0.25
HSL 358.07º 0.95% 0.39% -
HSV(B) 358.07º 0.97% 0.75% -
XYZ 21.85 11.34 1.35 -
YUV 61.6 99.45 221.01 -
System Red Green Blue C M Y K H S L
Decimal 192 5 11 0 0.97 0.94 0.25 358.07 0.95 0.39
Hex C0 5 B 0 61 5E 19 166 5F 27
Octal 300 5 13 0 141 136 31 546 137 47
Binary 11000000 101 1011 0 1100001 1011110 11001 101100110 1011111 100111

Color Harmonies of #C0050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0050B

Black with #C0050B

Text Example


Text Example

White with #C0050B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0050B; }

 p { color: rgb(192,5,11); }

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

background-color css

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

 a { background-color: rgb(192,5,11); }

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

border-color css

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

 span { border-color: rgb(192,5,11); }

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