Html Css Color HEX #C30920 Venetian Red

📋 copy color: '#C30920'

red 195 ◦ green 9 ◦ blue 32

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

Shades of Venetian Red #C30920

Tints of Venetian Red #C30920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.81%

 BLUE value IS 32 (12.89% from 255) = 13.56%

R = 82.63%
G = 3.81%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C30920 (or 0xC30920) is known color: Venetian Red. HEX triplet: C3, 09 and 20. RGB value is (195,9,32). Sum of RGB (Red+Green+Blue) = 195+9+32=236 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.63% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 195 - color contains mainly: red. Hex color #C30920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30920 is #3CF6DF. Grayscale: #434343. Windows color (decimal): -3995360 or 2099651. OLE color: 2099651.

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

Color convert

RGB 195 9 32 -
CMYK 0 0.95 0.84 0.24
HSL 352.58º 0.91% 0.4% -
HSV(B) 352.58º 0.95% 0.76% -
XYZ 22.86 11.9 2.46 -
YUV 67.24 108.12 219.13 -
System Red Green Blue C M Y K H S L
Decimal 195 9 32 0 0.95 0.84 0.24 352.58 0.91 0.4
Hex C3 9 20 0 5F 54 18 161 5B 28
Octal 303 11 40 0 137 124 30 541 133 50
Binary 11000011 1001 100000 0 1011111 1010100 11000 101100001 1011011 101000

Color Harmonies of #C30920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30920

Black with #C30920

Text Example


Text Example

White with #C30920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30920; }

 p { color: rgb(195,9,32); }

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

background-color css

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

 a { background-color: rgb(195,9,32); }

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

border-color css

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

 span { border-color: rgb(195,9,32); }

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