Html Css Color HEX #C1052B Venetian Red

📋 copy color: '#C1052B'

red 193 ◦ green 5 ◦ blue 43

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

Shades of Venetian Red #C1052B

Tints of Venetian Red #C1052B

RGB

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

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

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

R = 80.08%
G = 2.07%
B = 17.84%

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

#C1052B (or 0xC1052B) is known color: Venetian Red. HEX triplet: C1, 05 and 2B. RGB value is (193,5,43). Sum of RGB (Red+Green+Blue) = 193+5+43=241 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.08% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 193 - color contains mainly: red. Hex color #C1052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1052B is #3EFAD4. Grayscale: #414141. Windows color (decimal): -4127445 or 2819521. OLE color: 2819521.

HSL color Cylindrical-coordinate representation of color #C1052B: hue angle of 347.87º degrees, saturation: 0.95, 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 #C1052B is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 5 43 -
CMYK 0 0.97 0.78 0.24
HSL 347.87º 0.95% 0.39% -
HSV(B) 347.87º 0.97% 0.76% -
XYZ 22.48 11.62 3.34 -
YUV 65.54 115.28 218.91 -
System Red Green Blue C M Y K H S L
Decimal 193 5 43 0 0.97 0.78 0.24 347.87 0.95 0.39
Hex C1 5 2B 0 61 4E 18 15C 5F 27
Octal 301 5 53 0 141 116 30 534 137 47
Binary 11000001 101 101011 0 1100001 1001110 11000 101011100 1011111 100111

Color Harmonies of #C1052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1052B

Black with #C1052B

Text Example


Text Example

White with #C1052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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