Html Css Color HEX #C1062A Venetian Red

📋 copy color: '#C1062A'

red 193 ◦ green 6 ◦ blue 42

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

Shades of Venetian Red #C1062A

Tints of Venetian Red #C1062A

RGB

 RED value IS 193 (75.78% from 255) = 80.08%

 GREEN value IS 6 (2.73% from 255) = 2.49%

 BLUE value IS 42 (16.8% from 255) = 17.43%

R = 80.08%
G = 2.49%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1062A (or 0xC1062A) is known color: Venetian Red. HEX triplet: C1, 06 and 2A. RGB value is (193,6,42). Sum of RGB (Red+Green+Blue) = 193+6+42=241 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.08% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 193 - color contains mainly: red. Hex color #C1062A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1062A is #3EF9D5. Grayscale: #424242. Windows color (decimal): -4127190 or 2754241. OLE color: 2754241.

HSL color Cylindrical-coordinate representation of color #C1062A: hue angle of 348.45º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1062A is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 6 42 -
CMYK 0 0.97 0.78 0.24
HSL 348.45º 0.94% 0.39% -
HSV(B) 348.45º 0.97% 0.76% -
XYZ 22.48 11.63 3.25 -
YUV 66.02 114.45 218.57 -
System Red Green Blue C M Y K H S L
Decimal 193 6 42 0 0.97 0.78 0.24 348.45 0.94 0.39
Hex C1 6 2A 0 61 4E 18 15C 5E 27
Octal 301 6 52 0 141 116 30 534 136 47
Binary 11000001 110 101010 0 1100001 1001110 11000 101011100 1011110 100111

Color Harmonies of #C1062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1062A

Black with #C1062A

Text Example


Text Example

White with #C1062A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1062A; }

 p { color: rgb(193,6,42); }

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

background-color css

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

 a { background-color: rgb(193,6,42); }

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

border-color css

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

 span { border-color: rgb(193,6,42); }

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