Html Css Color HEX #C30010 Venetian Red

📋 copy color: '#C30010'

red 195 ◦ green 0 ◦ blue 16

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

Shades of Venetian Red #C30010

Tints of Venetian Red #C30010

RGB

 RED value IS 195 (76.56% from 255) = 92.42%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 16 (6.64% from 255) = 7.58%

R = 92.42%
G = 0%
B = 7.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C30010 (or 0xC30010) is known color: Venetian Red. HEX triplet: C3, 00 and 10. RGB value is (195,0,16). Sum of RGB (Red+Green+Blue) = 195+0+16=211 (27% of max value = 765). Red value is 195 (76.56% from 255 or 92.42% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 195 - color contains mainly: red. Hex color #C30010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30010 is #3CFFEF. Grayscale: #3C3C3C. Windows color (decimal): -3997680 or 1048771. OLE color: 1048771.

HSL color Cylindrical-coordinate representation of color #C30010: hue angle of 355.08º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C30010 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 0 16 -
CMYK 0 1 0.92 0.24
HSL 355.08º 1% 0.38% -
HSV(B) 355.08º 1% 0.76% -
XYZ 22.6 11.64 1.55 -
YUV 60.13 103.1 224.2 -
System Red Green Blue C M Y K H S L
Decimal 195 0 16 0 1 0.92 0.24 355.08 1 0.38
Hex C3 0 10 0 64 5C 18 163 64 26
Octal 303 0 20 0 144 134 30 543 144 46
Binary 11000011 0 10000 0 1100100 1011100 11000 101100011 1100100 100110

Color Harmonies of #C30010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30010

Black with #C30010

Text Example


Text Example

White with #C30010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30010; }

 p { color: rgb(195,0,16); }

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

background-color css

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

 a { background-color: rgb(195,0,16); }

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

border-color css

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

 span { border-color: rgb(195,0,16); }

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