Html Css Color HEX #C4090B Venetian Red

📋 copy color: '#C4090B'

red 196 ◦ green 9 ◦ blue 11

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

Shades of Venetian Red #C4090B

Tints of Venetian Red #C4090B

RGB

 RED value IS 196 (76.95% from 255) = 90.74%

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

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

R = 90.74%
G = 4.17%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4090B (or 0xC4090B) is known color: Venetian Red. HEX triplet: C4, 09 and 0B. RGB value is (196,9,11). Sum of RGB (Red+Green+Blue) = 196+9+11=216 (28% of max value = 765). Red value is 196 (76.95% from 255 or 90.74% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 196 - color contains mainly: red. Hex color #C4090B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4090B is #3BF6F4. Grayscale: #414141. Windows color (decimal): -3929845 or 723396. OLE color: 723396.

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

Color convert

RGB 196 9 11 -
CMYK 0 0.95 0.94 0.23
HSL 359.36º 0.91% 0.4% -
HSV(B) 359.36º 0.95% 0.77% -
XYZ 22.92 11.96 1.42 -
YUV 65.14 97.45 221.34 -
System Red Green Blue C M Y K H S L
Decimal 196 9 11 0 0.95 0.94 0.23 359.36 0.91 0.4
Hex C4 9 B 0 5F 5E 17 167 5B 28
Octal 304 11 13 0 137 136 27 547 133 50
Binary 11000100 1001 1011 0 1011111 1011110 10111 101100111 1011011 101000

Color Harmonies of #C4090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4090B

Black with #C4090B

Text Example


Text Example

White with #C4090B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4090B; }

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

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

background-color css

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

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

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

border-color css

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

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

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