Html Css Color HEX #C30B0D Venetian Red

📋 copy color: '#C30B0D'

red 195 ◦ green 11 ◦ blue 13

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

Shades of Venetian Red #C30B0D

Tints of Venetian Red #C30B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.94%

R = 89.04%
G = 5.02%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C30B0D (or 0xC30B0D) is known color: Venetian Red. HEX triplet: C3, 0B and 0D. RGB value is (195,11,13). Sum of RGB (Red+Green+Blue) = 195+11+13=219 (29% of max value = 765). Red value is 195 (76.56% from 255 or 89.04% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30B0D is #3CF4F2. Grayscale: #424242. Windows color (decimal): -3994867 or 854979. OLE color: 854979.

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

Color convert

RGB 195 11 13 -
CMYK 0 0.94 0.93 0.24
HSL 359.35º 0.89% 0.4% -
HSV(B) 359.35º 0.94% 0.76% -
XYZ 22.7 11.87 1.48 -
YUV 66.24 97.96 219.84 -
System Red Green Blue C M Y K H S L
Decimal 195 11 13 0 0.94 0.93 0.24 359.35 0.89 0.4
Hex C3 B D 0 5E 5D 18 167 59 28
Octal 303 13 15 0 136 135 30 547 131 50
Binary 11000011 1011 1101 0 1011110 1011101 11000 101100111 1011001 101000

Color Harmonies of #C30B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30B0D

Black with #C30B0D

Text Example


Text Example

White with #C30B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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