Html Css Color HEX #C0101B Venetian Red

📋 copy color: '#C0101B'

red 192 ◦ green 16 ◦ blue 27

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

Shades of Venetian Red #C0101B

Tints of Venetian Red #C0101B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.81%

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

R = 81.7%
G = 6.81%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0101B (or 0xC0101B) is known color: Venetian Red. HEX triplet: C0, 10 and 1B. RGB value is (192,16,27). Sum of RGB (Red+Green+Blue) = 192+16+27=235 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.70% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 192 - color contains mainly: red. Hex color #C0101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0101B is #3FEFE4. Grayscale: #464646. Windows color (decimal): -4190181 or 1773760. OLE color: 1773760.

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

Color convert

RGB 192 16 27 -
CMYK 0 0.92 0.86 0.25
HSL 356.25º 0.85% 0.41% -
HSV(B) 356.25º 0.92% 0.75% -
XYZ 22.12 11.66 2.12 -
YUV 69.88 103.81 215.11 -
System Red Green Blue C M Y K H S L
Decimal 192 16 27 0 0.92 0.86 0.25 356.25 0.85 0.41
Hex C0 10 1B 0 5C 56 19 164 55 29
Octal 300 20 33 0 134 126 31 544 125 51
Binary 11000000 10000 11011 0 1011100 1010110 11001 101100100 1010101 101001

Color Harmonies of #C0101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0101B

Black with #C0101B

Text Example


Text Example

White with #C0101B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0101B; }

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

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

background-color css

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

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

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

border-color css

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

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

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