Html Css Color HEX #C30B1E Venetian Red

📋 copy color: '#C30B1E'

red 195 ◦ green 11 ◦ blue 30

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

Shades of Venetian Red #C30B1E

Tints of Venetian Red #C30B1E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.66%

 BLUE value IS 30 (12.11% from 255) = 12.71%

R = 82.63%
G = 4.66%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C30B1E (or 0xC30B1E) is known color: Venetian Red. HEX triplet: C3, 0B and 1E. RGB value is (195,11,30). Sum of RGB (Red+Green+Blue) = 195+11+30=236 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.63% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30B1E is #3CF4E1. Grayscale: #444444. Windows color (decimal): -3994850 or 1969091. OLE color: 1969091.

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

Color convert

RGB 195 11 30 -
CMYK 0 0.94 0.85 0.24
HSL 353.8º 0.89% 0.4% -
HSV(B) 353.8º 0.94% 0.76% -
XYZ 22.86 11.94 2.33 -
YUV 68.18 106.46 218.46 -
System Red Green Blue C M Y K H S L
Decimal 195 11 30 0 0.94 0.85 0.24 353.8 0.89 0.4
Hex C3 B 1E 0 5E 55 18 162 59 28
Octal 303 13 36 0 136 125 30 542 131 50
Binary 11000011 1011 11110 0 1011110 1010101 11000 101100010 1011001 101000

Color Harmonies of #C30B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30B1E

Black with #C30B1E

Text Example


Text Example

White with #C30B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30B1E; }

 p { color: rgb(195,11,30); }

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

background-color css

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

 a { background-color: rgb(195,11,30); }

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

border-color css

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

 span { border-color: rgb(195,11,30); }

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