Html Css Color HEX #C1090B Venetian Red

📋 copy color: '#C1090B'

red 193 ◦ green 9 ◦ blue 11

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

Shades of Venetian Red #C1090B

Tints of Venetian Red #C1090B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.23%

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

R = 90.61%
G = 4.23%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1090B (or 0xC1090B) is known color: Venetian Red. HEX triplet: C1, 09 and 0B. RGB value is (193,9,11). Sum of RGB (Red+Green+Blue) = 193+9+11=213 (28% of max value = 765). Red value is 193 (75.78% from 255 or 90.61% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 193 - color contains mainly: red. Hex color #C1090B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1090B is #3EF6F4. Grayscale: #404040. Windows color (decimal): -4126453 or 723393. OLE color: 723393.

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

Color convert

RGB 193 9 11 -
CMYK 0 0.95 0.94 0.24
HSL 359.35º 0.91% 0.4% -
HSV(B) 359.35º 0.95% 0.76% -
XYZ 22.15 11.56 1.38 -
YUV 64.24 97.96 219.84 -
System Red Green Blue C M Y K H S L
Decimal 193 9 11 0 0.95 0.94 0.24 359.35 0.91 0.4
Hex C1 9 B 0 5F 5E 18 167 5B 28
Octal 301 11 13 0 137 136 30 547 133 50
Binary 11000001 1001 1011 0 1011111 1011110 11000 101100111 1011011 101000

Color Harmonies of #C1090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1090B

Black with #C1090B

Text Example


Text Example

White with #C1090B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1090B; }

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

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

background-color css

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

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

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

border-color css

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

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

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