Html Css Color HEX #C30528 Venetian Red

📋 copy color: '#C30528'

red 195 ◦ green 5 ◦ blue 40

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

Shades of Venetian Red #C30528

Tints of Venetian Red #C30528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.08%

 BLUE value IS 40 (16.02% from 255) = 16.67%

R = 81.25%
G = 2.08%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C30528 (or 0xC30528) is known color: Venetian Red. HEX triplet: C3, 05 and 28. RGB value is (195,5,40). Sum of RGB (Red+Green+Blue) = 195+5+40=240 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.25% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 195 - color contains mainly: red. Hex color #C30528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30528 is #3CFAD7. Grayscale: #414141. Windows color (decimal): -3996376 or 2622915. OLE color: 2622915.

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

Color convert

RGB 195 5 40 -
CMYK 0 0.97 0.79 0.24
HSL 348.95º 0.95% 0.39% -
HSV(B) 348.95º 0.97% 0.76% -
XYZ 22.94 11.86 3.09 -
YUV 65.8 113.45 220.15 -
System Red Green Blue C M Y K H S L
Decimal 195 5 40 0 0.97 0.79 0.24 348.95 0.95 0.39
Hex C3 5 28 0 61 4F 18 15D 5F 27
Octal 303 5 50 0 141 117 30 535 137 47
Binary 11000011 101 101000 0 1100001 1001111 11000 101011101 1011111 100111

Color Harmonies of #C30528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30528

Black with #C30528

Text Example


Text Example

White with #C30528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30528; }

 p { color: rgb(195,5,40); }

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

background-color css

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

 a { background-color: rgb(195,5,40); }

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

border-color css

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

 span { border-color: rgb(195,5,40); }

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