Html Css Color HEX #C0001B Venetian Red

📋 copy color: '#C0001B'

red 192 ◦ green 0 ◦ blue 27

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

Shades of Venetian Red #C0001B

Tints of Venetian Red #C0001B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.67%
G = 0%
B = 12.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0001B (or 0xC0001B) is known color: Venetian Red. HEX triplet: C0, 00 and 1B. RGB value is (192,0,27). Sum of RGB (Red+Green+Blue) = 192+0+27=219 (29% of max value = 765). Red value is 192 (75.39% from 255 or 87.67% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 192 - color contains mainly: red. Hex color #C0001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0001B is #3FFFE4. Grayscale: #3C3C3C. Windows color (decimal): -4194277 or 1769664. OLE color: 1769664.

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

Color convert

RGB 192 0 27 -
CMYK 0 1 0.86 0.25
HSL 351.56º 1% 0.38% -
HSV(B) 351.56º 1% 0.75% -
XYZ 21.94 11.29 2.06 -
YUV 60.49 109.11 221.8 -
System Red Green Blue C M Y K H S L
Decimal 192 0 27 0 1 0.86 0.25 351.56 1 0.38
Hex C0 0 1B 0 64 56 19 160 64 26
Octal 300 0 33 0 144 126 31 540 144 46
Binary 11000000 0 11011 0 1100100 1010110 11001 101100000 1100100 100110

Color Harmonies of #C0001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0001B

Black with #C0001B

Text Example


Text Example

White with #C0001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0001B; }

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

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

background-color css

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

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

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

border-color css

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

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

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