Html Css Color HEX #C0030A Venetian Red

📋 copy color: '#C0030A'

red 192 ◦ green 3 ◦ blue 10

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

Shades of Venetian Red #C0030A

Tints of Venetian Red #C0030A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.88%

R = 93.66%
G = 1.46%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0030A (or 0xC0030A) is known color: Venetian Red. HEX triplet: C0, 03 and 0A. RGB value is (192,3,10). Sum of RGB (Red+Green+Blue) = 192+3+10=205 (27% of max value = 765). Red value is 192 (75.39% from 255 or 93.66% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 192 - color contains mainly: red. Hex color #C0030A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0030A is #3FFCF5. Grayscale: #3C3C3C. Windows color (decimal): -4193526 or 656320. OLE color: 656320.

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

Color convert

RGB 192 3 10 -
CMYK 0 0.98 0.95 0.25
HSL 357.78º 0.97% 0.38% -
HSV(B) 357.78º 0.98% 0.75% -
XYZ 21.83 11.29 1.32 -
YUV 60.31 99.62 221.93 -
System Red Green Blue C M Y K H S L
Decimal 192 3 10 0 0.98 0.95 0.25 357.78 0.97 0.38
Hex C0 3 A 0 62 5F 19 166 61 26
Octal 300 3 12 0 142 137 31 546 141 46
Binary 11000000 11 1010 0 1100010 1011111 11001 101100110 1100001 100110

Color Harmonies of #C0030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0030A

Black with #C0030A

Text Example


Text Example

White with #C0030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0030A; }

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

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

background-color css

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

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

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

border-color css

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

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

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