Html Css Color HEX #C0040B Venetian Red

📋 copy color: '#C0040B'

red 192 ◦ green 4 ◦ blue 11

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

Shades of Venetian Red #C0040B

Tints of Venetian Red #C0040B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.93%

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

R = 92.75%
G = 1.93%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0040B (or 0xC0040B) is known color: Venetian Red. HEX triplet: C0, 04 and 0B. RGB value is (192,4,11). Sum of RGB (Red+Green+Blue) = 192+4+11=207 (27% of max value = 765). Red value is 192 (75.39% from 255 or 92.75% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 192 - color contains mainly: red. Hex color #C0040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0040B is #3FFBF4. Grayscale: #3D3D3D. Windows color (decimal): -4193269 or 722112. OLE color: 722112.

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

Color convert

RGB 192 4 11 -
CMYK 0 0.98 0.94 0.25
HSL 357.77º 0.96% 0.38% -
HSV(B) 357.77º 0.98% 0.75% -
XYZ 21.84 11.32 1.35 -
YUV 61.01 99.78 221.43 -
System Red Green Blue C M Y K H S L
Decimal 192 4 11 0 0.98 0.94 0.25 357.77 0.96 0.38
Hex C0 4 B 0 62 5E 19 166 60 26
Octal 300 4 13 0 142 136 31 546 140 46
Binary 11000000 100 1011 0 1100010 1011110 11001 101100110 1100000 100110

Color Harmonies of #C0040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0040B

Black with #C0040B

Text Example


Text Example

White with #C0040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0040B; }

 p { color: rgb(192,4,11); }

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

background-color css

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

 a { background-color: rgb(192,4,11); }

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

border-color css

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

 span { border-color: rgb(192,4,11); }

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