Html Css Color HEX #C50A0B Venetian Red

📋 copy color: '#C50A0B'

red 197 ◦ green 10 ◦ blue 11

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

Shades of Venetian Red #C50A0B

Tints of Venetian Red #C50A0B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.59%

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

R = 90.37%
G = 4.59%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C50A0B (or 0xC50A0B) is known color: Venetian Red. HEX triplet: C5, 0A and 0B. RGB value is (197,10,11). Sum of RGB (Red+Green+Blue) = 197+10+11=218 (28% of max value = 765). Red value is 197 (77.34% from 255 or 90.37% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 197 - color contains mainly: red. Hex color #C50A0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50A0B is #3AF5F4. Grayscale: #424242. Windows color (decimal): -3864053 or 723653. OLE color: 723653.

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

Color convert

RGB 197 10 11 -
CMYK 0 0.95 0.94 0.23
HSL 359.68º 0.9% 0.41% -
HSV(B) 359.68º 0.95% 0.77% -
XYZ 23.19 12.11 1.43 -
YUV 66.03 96.95 221.42 -
System Red Green Blue C M Y K H S L
Decimal 197 10 11 0 0.95 0.94 0.23 359.68 0.9 0.41
Hex C5 A B 0 5F 5E 17 168 5A 29
Octal 305 12 13 0 137 136 27 550 132 51
Binary 11000101 1010 1011 0 1011111 1011110 10111 101101000 1011010 101001

Color Harmonies of #C50A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50A0B

Black with #C50A0B

Text Example


Text Example

White with #C50A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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