Html Css Color HEX #C0030B Venetian Red

📋 copy color: '#C0030B'

red 192 ◦ green 3 ◦ blue 11

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

Shades of Venetian Red #C0030B

Tints of Venetian Red #C0030B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

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

R = 93.2%
G = 1.46%
B = 5.34%

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

#C0030B (or 0xC0030B) is known color: Venetian Red. HEX triplet: C0, 03 and 0B. RGB value is (192,3,11). Sum of RGB (Red+Green+Blue) = 192+3+11=206 (27% of max value = 765). Red value is 192 (75.39% from 255 or 93.20% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 192 - color contains mainly: red. Hex color #C0030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0030B is #3FFCF4. Grayscale: #3C3C3C. Windows color (decimal): -4193525 or 721856. OLE color: 721856.

HSL color Cylindrical-coordinate representation of color #C0030B: hue angle of 357.46º degrees, saturation: 0.97, 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 #C0030B is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 3 11 -
CMYK 0 0.98 0.94 0.25
HSL 357.46º 0.97% 0.38% -
HSV(B) 357.46º 0.98% 0.75% -
XYZ 21.83 11.3 1.35 -
YUV 60.42 100.12 221.85 -
System Red Green Blue C M Y K H S L
Decimal 192 3 11 0 0.98 0.94 0.25 357.46 0.97 0.38
Hex C0 3 B 0 62 5E 19 165 61 26
Octal 300 3 13 0 142 136 31 545 141 46
Binary 11000000 11 1011 0 1100010 1011110 11001 101100101 1100001 100110

Color Harmonies of #C0030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0030B

Black with #C0030B

Text Example


Text Example

White with #C0030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0030B; }

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

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

background-color css

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

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

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

border-color css

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

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

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