Html Css Color HEX #C0051A Venetian Red

📋 copy color: '#C0051A'

red 192 ◦ green 5 ◦ blue 26

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

Shades of Venetian Red #C0051A

Tints of Venetian Red #C0051A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.66%

R = 86.1%
G = 2.24%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0051A (or 0xC0051A) is known color: Venetian Red. HEX triplet: C0, 05 and 1A. RGB value is (192,5,26). Sum of RGB (Red+Green+Blue) = 192+5+26=223 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.10% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 192 - color contains mainly: red. Hex color #C0051A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0051A is #3FFAE5. Grayscale: #3F3F3F. Windows color (decimal): -4192998 or 1705408. OLE color: 1705408.

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

Color convert

RGB 192 5 26 -
CMYK 0 0.97 0.86 0.25
HSL 353.26º 0.95% 0.39% -
HSV(B) 353.26º 0.97% 0.75% -
XYZ 21.98 11.39 2.02 -
YUV 63.31 106.95 219.79 -
System Red Green Blue C M Y K H S L
Decimal 192 5 26 0 0.97 0.86 0.25 353.26 0.95 0.39
Hex C0 5 1A 0 61 56 19 161 5F 27
Octal 300 5 32 0 141 126 31 541 137 47
Binary 11000000 101 11010 0 1100001 1010110 11001 101100001 1011111 100111

Color Harmonies of #C0051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0051A

Black with #C0051A

Text Example


Text Example

White with #C0051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0051A; }

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

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

background-color css

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

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

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

border-color css

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

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

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