Html Css Color HEX #C0031A Venetian Red

📋 copy color: '#C0031A'

red 192 ◦ green 3 ◦ blue 26

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

Shades of Venetian Red #C0031A

Tints of Venetian Red #C0031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.36%

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

R = 86.88%
G = 1.36%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0031A (or 0xC0031A) is known color: Venetian Red. HEX triplet: C0, 03 and 1A. RGB value is (192,3,26). Sum of RGB (Red+Green+Blue) = 192+3+26=221 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.88% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 192 - color contains mainly: red. Hex color #C0031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0031A is #3FFCE5. Grayscale: #3E3E3E. Windows color (decimal): -4193510 or 1704896. OLE color: 1704896.

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

Color convert

RGB 192 3 26 -
CMYK 0 0.98 0.86 0.25
HSL 352.7º 0.97% 0.38% -
HSV(B) 352.7º 0.98% 0.75% -
XYZ 21.96 11.35 2.01 -
YUV 62.13 107.62 220.63 -
System Red Green Blue C M Y K H S L
Decimal 192 3 26 0 0.98 0.86 0.25 352.7 0.97 0.38
Hex C0 3 1A 0 62 56 19 161 61 26
Octal 300 3 32 0 142 126 31 541 141 46
Binary 11000000 11 11010 0 1100010 1010110 11001 101100001 1100001 100110

Color Harmonies of #C0031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0031A

Black with #C0031A

Text Example


Text Example

White with #C0031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0031A; }

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

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

background-color css

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

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

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

border-color css

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

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

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