Html Css Color HEX #C0052B Venetian Red

📋 copy color: '#C0052B'

red 192 ◦ green 5 ◦ blue 43

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

Shades of Venetian Red #C0052B

Tints of Venetian Red #C0052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.92%

R = 80%
G = 2.08%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0052B (or 0xC0052B) is known color: Venetian Red. HEX triplet: C0, 05 and 2B. RGB value is (192,5,43). Sum of RGB (Red+Green+Blue) = 192+5+43=240 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 192 - color contains mainly: red. Hex color #C0052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0052B is #3FFAD4. Grayscale: #414141. Windows color (decimal): -4192981 or 2819520. OLE color: 2819520.

HSL color Cylindrical-coordinate representation of color #C0052B: hue angle of 347.81º 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 #C0052B is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 5 43 -
CMYK 0 0.97 0.78 0.25
HSL 347.81º 0.95% 0.39% -
HSV(B) 347.81º 0.97% 0.75% -
XYZ 22.23 11.49 3.33 -
YUV 65.25 115.45 218.41 -
System Red Green Blue C M Y K H S L
Decimal 192 5 43 0 0.97 0.78 0.25 347.81 0.95 0.39
Hex C0 5 2B 0 61 4E 19 15C 5F 27
Octal 300 5 53 0 141 116 31 534 137 47
Binary 11000000 101 101011 0 1100001 1001110 11001 101011100 1011111 100111

Color Harmonies of #C0052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0052B

Black with #C0052B

Text Example


Text Example

White with #C0052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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