Html Css Color HEX #C0131A Venetian Red

📋 copy color: '#C0131A'

red 192 ◦ green 19 ◦ blue 26

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

Shades of Venetian Red #C0131A

Tints of Venetian Red #C0131A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.02%

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

R = 81.01%
G = 8.02%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0131A (or 0xC0131A) is known color: Venetian Red. HEX triplet: C0, 13 and 1A. RGB value is (192,19,26). Sum of RGB (Red+Green+Blue) = 192+19+26=237 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.01% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 192 - color contains mainly: red. Hex color #C0131A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0131A is #3FECE5. Grayscale: #474747. Windows color (decimal): -4189414 or 1708992. OLE color: 1708992.

HSL color Cylindrical-coordinate representation of color #C0131A: hue angle of 357.57º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0131A is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 26 -
CMYK 0 0.90 0.86 0.25
HSL 357.57º 0.82% 0.41% -
HSV(B) 357.57º 0.9% 0.75% -
XYZ 22.16 11.75 2.08 -
YUV 71.53 102.31 213.93 -
System Red Green Blue C M Y K H S L
Decimal 192 19 26 0 0.90 0.86 0.25 357.57 0.82 0.41
Hex C0 13 1A 0 5A 56 19 166 52 29
Octal 300 23 32 0 132 126 31 546 122 51
Binary 11000000 10011 11010 0 1011010 1010110 11001 101100110 1010010 101001

Color Harmonies of #C0131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0131A

Black with #C0131A

Text Example


Text Example

White with #C0131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0131A; }

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

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

background-color css

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

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

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

border-color css

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

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

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