Html Css Color HEX #C0052D Venetian Red

📋 copy color: '#C0052D'

red 192 ◦ green 5 ◦ blue 45

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

Shades of Venetian Red #C0052D

Tints of Venetian Red #C0052D

RGB

 RED value IS 192 (75.39% from 255) = 79.34%

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

 BLUE value IS 45 (17.97% from 255) = 18.6%

R = 79.34%
G = 2.07%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0052D (or 0xC0052D) is known color: Venetian Red. HEX triplet: C0, 05 and 2D. RGB value is (192,5,45). Sum of RGB (Red+Green+Blue) = 192+5+45=242 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.34% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 192 - color contains mainly: red. Hex color #C0052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0052D is #3FFAD2. Grayscale: #414141. Windows color (decimal): -4192979 or 2950592. OLE color: 2950592.

HSL color Cylindrical-coordinate representation of color #C0052D: hue angle of 347.17º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0052D is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 5 45 -
CMYK 0 0.97 0.77 0.25
HSL 347.17º 0.95% 0.39% -
HSV(B) 347.17º 0.97% 0.75% -
XYZ 22.27 11.5 3.53 -
YUV 65.47 116.45 218.25 -
System Red Green Blue C M Y K H S L
Decimal 192 5 45 0 0.97 0.77 0.25 347.17 0.95 0.39
Hex C0 5 2D 0 61 4D 19 15B 5F 27
Octal 300 5 55 0 141 115 31 533 137 47
Binary 11000000 101 101101 0 1100001 1001101 11001 101011011 1011111 100111

Color Harmonies of #C0052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0052D

Black with #C0052D

Text Example


Text Example

White with #C0052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0052D; }

 p { color: rgb(192,5,45); }

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

background-color css

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

 a { background-color: rgb(192,5,45); }

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

border-color css

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

 span { border-color: rgb(192,5,45); }

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