Html Css Color HEX #C30512 Venetian Red

📋 copy color: '#C30512'

red 195 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #C30512

Tints of Venetian Red #C30512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.26%

R = 89.45%
G = 2.29%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C30512 (or 0xC30512) is known color: Venetian Red. HEX triplet: C3, 05 and 12. RGB value is (195,5,18). Sum of RGB (Red+Green+Blue) = 195+5+18=218 (28% of max value = 765). Red value is 195 (76.56% from 255 or 89.45% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 195 - color contains mainly: red. Hex color #C30512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30512 is #3CFAED. Grayscale: #3F3F3F. Windows color (decimal): -3996398 or 1181123. OLE color: 1181123.

HSL color Cylindrical-coordinate representation of color #C30512: hue angle of 355.89º 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 #C30512 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 5 18 -
CMYK 0 0.97 0.91 0.24
HSL 355.89º 0.95% 0.39% -
HSV(B) 355.89º 0.97% 0.76% -
XYZ 22.67 11.75 1.65 -
YUV 63.29 102.45 221.94 -
System Red Green Blue C M Y K H S L
Decimal 195 5 18 0 0.97 0.91 0.24 355.89 0.95 0.39
Hex C3 5 12 0 61 5B 18 164 5F 27
Octal 303 5 22 0 141 133 30 544 137 47
Binary 11000011 101 10010 0 1100001 1011011 11000 101100100 1011111 100111

Color Harmonies of #C30512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30512

Black with #C30512

Text Example


Text Example

White with #C30512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30512; }

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

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

background-color css

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

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

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

border-color css

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

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

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