Html Css Color HEX #C1072B Venetian Red

📋 copy color: '#C1072B'

red 193 ◦ green 7 ◦ blue 43

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

Shades of Venetian Red #C1072B

Tints of Venetian Red #C1072B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.88%

 BLUE value IS 43 (17.19% from 255) = 17.7%

R = 79.42%
G = 2.88%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1072B (or 0xC1072B) is known color: Venetian Red. HEX triplet: C1, 07 and 2B. RGB value is (193,7,43). Sum of RGB (Red+Green+Blue) = 193+7+43=243 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.42% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 193 - color contains mainly: red. Hex color #C1072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1072B is #3EF8D4. Grayscale: #424242. Windows color (decimal): -4126933 or 2820033. OLE color: 2820033.

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

Color convert

RGB 193 7 43 -
CMYK 0 0.96 0.78 0.24
HSL 348.39º 0.93% 0.39% -
HSV(B) 348.39º 0.96% 0.76% -
XYZ 22.5 11.66 3.35 -
YUV 66.72 114.62 218.07 -
System Red Green Blue C M Y K H S L
Decimal 193 7 43 0 0.96 0.78 0.24 348.39 0.93 0.39
Hex C1 7 2B 0 60 4E 18 15C 5D 27
Octal 301 7 53 0 140 116 30 534 135 47
Binary 11000001 111 101011 0 1100000 1001110 11000 101011100 1011101 100111

Color Harmonies of #C1072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1072B

Black with #C1072B

Text Example


Text Example

White with #C1072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1072B; }

 p { color: rgb(193,7,43); }

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

background-color css

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

 a { background-color: rgb(193,7,43); }

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

border-color css

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

 span { border-color: rgb(193,7,43); }

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