Html Css Color HEX #C50B1B Venetian Red

📋 copy color: '#C50B1B'

red 197 ◦ green 11 ◦ blue 27

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

Shades of Venetian Red #C50B1B

Tints of Venetian Red #C50B1B

RGB

 RED value IS 197 (77.34% from 255) = 83.83%

 GREEN value IS 11 (4.69% from 255) = 4.68%

 BLUE value IS 27 (10.94% from 255) = 11.49%

R = 83.83%
G = 4.68%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C50B1B (or 0xC50B1B) is known color: Venetian Red. HEX triplet: C5, 0B and 1B. RGB value is (197,11,27). Sum of RGB (Red+Green+Blue) = 197+11+27=235 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.83% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50B1B is #3AF4E4. Grayscale: #444444. Windows color (decimal): -3863781 or 1772485. OLE color: 1772485.

HSL color Cylindrical-coordinate representation of color #C50B1B: hue angle of 354.84º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50B1B is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 11 27 -
CMYK 0 0.94 0.86 0.23
HSL 354.84º 0.89% 0.41% -
HSV(B) 354.84º 0.94% 0.77% -
XYZ 23.34 12.19 2.16 -
YUV 68.44 104.62 219.7 -
System Red Green Blue C M Y K H S L
Decimal 197 11 27 0 0.94 0.86 0.23 354.84 0.89 0.41
Hex C5 B 1B 0 5E 56 17 163 59 29
Octal 305 13 33 0 136 126 27 543 131 51
Binary 11000101 1011 11011 0 1011110 1010110 10111 101100011 1011001 101001

Color Harmonies of #C50B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50B1B

Black with #C50B1B

Text Example


Text Example

White with #C50B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50B1B; }

 p { color: rgb(197,11,27); }

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

background-color css

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

 a { background-color: rgb(197,11,27); }

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

border-color css

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

 span { border-color: rgb(197,11,27); }

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