Html Css Color HEX #C0081B Venetian Red

📋 copy color: '#C0081B'

red 192 ◦ green 8 ◦ blue 27

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

Shades of Venetian Red #C0081B

Tints of Venetian Red #C0081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.52%

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

R = 84.58%
G = 3.52%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0081B (or 0xC0081B) is known color: Venetian Red. HEX triplet: C0, 08 and 1B. RGB value is (192,8,27). Sum of RGB (Red+Green+Blue) = 192+8+27=227 (30% of max value = 765). Red value is 192 (75.39% from 255 or 84.58% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 192 - color contains mainly: red. Hex color #C0081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0081B is #3FF7E4. Grayscale: #414141. Windows color (decimal): -4192229 or 1771712. OLE color: 1771712.

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

Color convert

RGB 192 8 27 -
CMYK 0 0.96 0.86 0.25
HSL 353.8º 0.92% 0.39% -
HSV(B) 353.8º 0.96% 0.75% -
XYZ 22.02 11.46 2.09 -
YUV 65.18 106.46 218.46 -
System Red Green Blue C M Y K H S L
Decimal 192 8 27 0 0.96 0.86 0.25 353.8 0.92 0.39
Hex C0 8 1B 0 60 56 19 162 5C 27
Octal 300 10 33 0 140 126 31 542 134 47
Binary 11000000 1000 11011 0 1100000 1010110 11001 101100010 1011100 100111

Color Harmonies of #C0081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0081B

Black with #C0081B

Text Example


Text Example

White with #C0081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0081B; }

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

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

background-color css

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

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

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

border-color css

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

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

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