Html Css Color HEX #C30612 Venetian Red

📋 copy color: '#C30612'

red 195 ◦ green 6 ◦ blue 18

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

Shades of Venetian Red #C30612

Tints of Venetian Red #C30612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.74%

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

R = 89.04%
G = 2.74%
B = 8.22%

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

#C30612 (or 0xC30612) is known color: Venetian Red. HEX triplet: C3, 06 and 12. RGB value is (195,6,18). Sum of RGB (Red+Green+Blue) = 195+6+18=219 (29% of max value = 765). Red value is 195 (76.56% from 255 or 89.04% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 195 - color contains mainly: red. Hex color #C30612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30612 is #3CF9ED. Grayscale: #404040. Windows color (decimal): -3996142 or 1181379. OLE color: 1181379.

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

Color convert

RGB 195 6 18 -
CMYK 0 0.97 0.91 0.24
HSL 356.19º 0.94% 0.39% -
HSV(B) 356.19º 0.97% 0.76% -
XYZ 22.68 11.78 1.65 -
YUV 63.88 102.12 221.52 -
System Red Green Blue C M Y K H S L
Decimal 195 6 18 0 0.97 0.91 0.24 356.19 0.94 0.39
Hex C3 6 12 0 61 5B 18 164 5E 27
Octal 303 6 22 0 141 133 30 544 136 47
Binary 11000011 110 10010 0 1100001 1011011 11000 101100100 1011110 100111

Color Harmonies of #C30612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30612

Black with #C30612

Text Example


Text Example

White with #C30612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30612; }

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

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

background-color css

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

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

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

border-color css

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

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

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