Html Css Color HEX #C30A13 Venetian Red

📋 copy color: '#C30A13'

red 195 ◦ green 10 ◦ blue 19

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

Shades of Venetian Red #C30A13

Tints of Venetian Red #C30A13

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.46%

 BLUE value IS 19 (7.81% from 255) = 8.48%

R = 87.05%
G = 4.46%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C30A13 (or 0xC30A13) is known color: Venetian Red. HEX triplet: C3, 0A and 13. RGB value is (195,10,19). Sum of RGB (Red+Green+Blue) = 195+10+19=224 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.05% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 195 - color contains mainly: red. Hex color #C30A13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30A13 is #3CF5EC. Grayscale: #424242. Windows color (decimal): -3995117 or 1247939. OLE color: 1247939.

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

Color convert

RGB 195 10 19 -
CMYK 0 0.95 0.90 0.24
HSL 357.08º 0.9% 0.4% -
HSV(B) 357.08º 0.95% 0.76% -
XYZ 22.73 11.87 1.71 -
YUV 66.34 101.29 219.77 -
System Red Green Blue C M Y K H S L
Decimal 195 10 19 0 0.95 0.90 0.24 357.08 0.9 0.4
Hex C3 A 13 0 5F 5A 18 165 5A 28
Octal 303 12 23 0 137 132 30 545 132 50
Binary 11000011 1010 10011 0 1011111 1011010 11000 101100101 1011010 101000

Color Harmonies of #C30A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30A13

Black with #C30A13

Text Example


Text Example

White with #C30A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30A13; }

 p { color: rgb(195,10,19); }

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

background-color css

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

 a { background-color: rgb(195,10,19); }

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

border-color css

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

 span { border-color: rgb(195,10,19); }

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