Html Css Color HEX #C0111B Venetian Red

📋 copy color: '#C0111B'

red 192 ◦ green 17 ◦ blue 27

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

Shades of Venetian Red #C0111B

Tints of Venetian Red #C0111B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.2%

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

R = 81.36%
G = 7.2%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0111B (or 0xC0111B) is known color: Venetian Red. HEX triplet: C0, 11 and 1B. RGB value is (192,17,27). Sum of RGB (Red+Green+Blue) = 192+17+27=236 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.36% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 192 - color contains mainly: red. Hex color #C0111B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0111B is #3FEEE4. Grayscale: #464646. Windows color (decimal): -4189925 or 1774016. OLE color: 1774016.

HSL color Cylindrical-coordinate representation of color #C0111B: hue angle of 356.57º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0111B is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 17 27 -
CMYK 0 0.91 0.86 0.25
HSL 356.57º 0.84% 0.41% -
HSV(B) 356.57º 0.91% 0.75% -
XYZ 22.14 11.69 2.13 -
YUV 70.47 103.48 214.69 -
System Red Green Blue C M Y K H S L
Decimal 192 17 27 0 0.91 0.86 0.25 356.57 0.84 0.41
Hex C0 11 1B 0 5B 56 19 165 54 29
Octal 300 21 33 0 133 126 31 545 124 51
Binary 11000000 10001 11011 0 1011011 1010110 11001 101100101 1010100 101001

Color Harmonies of #C0111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0111B

Black with #C0111B

Text Example


Text Example

White with #C0111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0111B; }

 p { color: rgb(192,17,27); }

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

background-color css

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

 a { background-color: rgb(192,17,27); }

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

border-color css

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

 span { border-color: rgb(192,17,27); }

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