Html Css Color HEX #C0051C Venetian Red

📋 copy color: '#C0051C'

red 192 ◦ green 5 ◦ blue 28

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

Shades of Venetian Red #C0051C

Tints of Venetian Red #C0051C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.44%

R = 85.33%
G = 2.22%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0051C (or 0xC0051C) is known color: Venetian Red. HEX triplet: C0, 05 and 1C. RGB value is (192,5,28). Sum of RGB (Red+Green+Blue) = 192+5+28=225 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.33% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 192 - color contains mainly: red. Hex color #C0051C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0051C is #3FFAE3. Grayscale: #3F3F3F. Windows color (decimal): -4192996 or 1836480. OLE color: 1836480.

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

Color convert

RGB 192 5 28 -
CMYK 0 0.97 0.85 0.25
HSL 352.62º 0.95% 0.39% -
HSV(B) 352.62º 0.97% 0.75% -
XYZ 22 11.4 2.14 -
YUV 63.54 107.95 219.63 -
System Red Green Blue C M Y K H S L
Decimal 192 5 28 0 0.97 0.85 0.25 352.62 0.95 0.39
Hex C0 5 1C 0 61 55 19 161 5F 27
Octal 300 5 34 0 141 125 31 541 137 47
Binary 11000000 101 11100 0 1100001 1010101 11001 101100001 1011111 100111

Color Harmonies of #C0051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0051C

Black with #C0051C

Text Example


Text Example

White with #C0051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0051C; }

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

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

background-color css

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

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

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

border-color css

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

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

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