Html Css Color HEX #C0121B Venetian Red

📋 copy color: '#C0121B'

red 192 ◦ green 18 ◦ blue 27

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

Shades of Venetian Red #C0121B

Tints of Venetian Red #C0121B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.59%

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

R = 81.01%
G = 7.59%
B = 11.39%

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

#C0121B (or 0xC0121B) is known color: Venetian Red. HEX triplet: C0, 12 and 1B. RGB value is (192,18,27). Sum of RGB (Red+Green+Blue) = 192+18+27=237 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.01% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 192 - color contains mainly: red. Hex color #C0121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0121B is #3FEDE4. Grayscale: #474747. Windows color (decimal): -4189669 or 1774272. OLE color: 1774272.

HSL color Cylindrical-coordinate representation of color #C0121B: hue angle of 356.9º degrees, saturation: 0.83, 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 #C0121B is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 27 -
CMYK 0 0.91 0.86 0.25
HSL 356.9º 0.83% 0.41% -
HSV(B) 356.9º 0.91% 0.75% -
XYZ 22.15 11.72 2.13 -
YUV 71.05 103.15 214.27 -
System Red Green Blue C M Y K H S L
Decimal 192 18 27 0 0.91 0.86 0.25 356.9 0.83 0.41
Hex C0 12 1B 0 5B 56 19 165 53 29
Octal 300 22 33 0 133 126 31 545 123 51
Binary 11000000 10010 11011 0 1011011 1010110 11001 101100101 1010011 101001

Color Harmonies of #C0121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0121B

Black with #C0121B

Text Example


Text Example

White with #C0121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0121B; }

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

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

background-color css

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

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

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

border-color css

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

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

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