Html Css Color HEX #C1000B Venetian Red

📋 copy color: '#C1000B'

red 193 ◦ green 0 ◦ blue 11

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

Shades of Venetian Red #C1000B

Tints of Venetian Red #C1000B

RGB

 RED value IS 193 (75.78% from 255) = 94.61%

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

 BLUE value IS 11 (4.69% from 255) = 5.39%

R = 94.61%
G = 0%
B = 5.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1000B (or 0xC1000B) is known color: Venetian Red. HEX triplet: C1, 00 and 0B. RGB value is (193,0,11). Sum of RGB (Red+Green+Blue) = 193+0+11=204 (27% of max value = 765). Red value is 193 (75.78% from 255 or 94.61% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 193 - color contains mainly: red. Hex color #C1000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1000B is #3EFFF4. Grayscale: #3B3B3B. Windows color (decimal): -4128757 or 721089. OLE color: 721089.

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

Color convert

RGB 193 0 11 -
CMYK 0 1 0.94 0.24
HSL 356.58º 1% 0.38% -
HSV(B) 356.58º 1% 0.76% -
XYZ 22.05 11.36 1.35 -
YUV 58.96 100.94 223.61 -
System Red Green Blue C M Y K H S L
Decimal 193 0 11 0 1 0.94 0.24 356.58 1 0.38
Hex C1 0 B 0 64 5E 18 165 64 26
Octal 301 0 13 0 144 136 30 545 144 46
Binary 11000001 0 1011 0 1100100 1011110 11000 101100101 1100100 100110

Color Harmonies of #C1000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1000B

Black with #C1000B

Text Example


Text Example

White with #C1000B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1000B; }

 p { color: rgb(193,0,11); }

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

background-color css

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

 a { background-color: rgb(193,0,11); }

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

border-color css

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

 span { border-color: rgb(193,0,11); }

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