Html Css Color HEX #C30510 Venetian Red

📋 copy color: '#C30510'

red 195 ◦ green 5 ◦ blue 16

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

Shades of Venetian Red #C30510

Tints of Venetian Red #C30510

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.31%

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

R = 90.28%
G = 2.31%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C30510 (or 0xC30510) is known color: Venetian Red. HEX triplet: C3, 05 and 10. RGB value is (195,5,16). Sum of RGB (Red+Green+Blue) = 195+5+16=216 (28% of max value = 765). Red value is 195 (76.56% from 255 or 90.28% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 195 - color contains mainly: red. Hex color #C30510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30510 is #3CFAEF. Grayscale: #3F3F3F. Windows color (decimal): -3996400 or 1050051. OLE color: 1050051.

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

Color convert

RGB 195 5 16 -
CMYK 0 0.97 0.92 0.24
HSL 356.53º 0.95% 0.39% -
HSV(B) 356.53º 0.97% 0.76% -
XYZ 22.65 11.75 1.56 -
YUV 63.06 101.45 222.11 -
System Red Green Blue C M Y K H S L
Decimal 195 5 16 0 0.97 0.92 0.24 356.53 0.95 0.39
Hex C3 5 10 0 61 5C 18 165 5F 27
Octal 303 5 20 0 141 134 30 545 137 47
Binary 11000011 101 10000 0 1100001 1011100 11000 101100101 1011111 100111

Color Harmonies of #C30510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30510

Black with #C30510

Text Example


Text Example

White with #C30510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30510; }

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

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

background-color css

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

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

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

border-color css

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

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

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