Html Css Color HEX #C30812 Venetian Red

📋 copy color: '#C30812'

red 195 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #C30812

Tints of Venetian Red #C30812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.62%

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

R = 88.24%
G = 3.62%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C30812 (or 0xC30812) is known color: Venetian Red. HEX triplet: C3, 08 and 12. RGB value is (195,8,18). Sum of RGB (Red+Green+Blue) = 195+8+18=221 (29% of max value = 765). Red value is 195 (76.56% from 255 or 88.24% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 195 - color contains mainly: red. Hex color #C30812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30812 is #3CF7ED. Grayscale: #414141. Windows color (decimal): -3995630 or 1181891. OLE color: 1181891.

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

Color convert

RGB 195 8 18 -
CMYK 0 0.96 0.91 0.24
HSL 356.79º 0.92% 0.4% -
HSV(B) 356.79º 0.96% 0.76% -
XYZ 22.7 11.82 1.66 -
YUV 65.05 101.45 220.69 -
System Red Green Blue C M Y K H S L
Decimal 195 8 18 0 0.96 0.91 0.24 356.79 0.92 0.4
Hex C3 8 12 0 60 5B 18 165 5C 28
Octal 303 10 22 0 140 133 30 545 134 50
Binary 11000011 1000 10010 0 1100000 1011011 11000 101100101 1011100 101000

Color Harmonies of #C30812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30812

Black with #C30812

Text Example


Text Example

White with #C30812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30812; }

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

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

background-color css

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

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

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

border-color css

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

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

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