Html Css Color HEX #C3051B Venetian Red

📋 copy color: '#C3051B'

red 195 ◦ green 5 ◦ blue 27

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

Shades of Venetian Red #C3051B

Tints of Venetian Red #C3051B

RGB

 RED value IS 195 (76.56% from 255) = 85.9%

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

 BLUE value IS 27 (10.94% from 255) = 11.89%

R = 85.9%
G = 2.2%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3051B (or 0xC3051B) is known color: Venetian Red. HEX triplet: C3, 05 and 1B. RGB value is (195,5,27). Sum of RGB (Red+Green+Blue) = 195+5+27=227 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.90% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 195 - color contains mainly: red. Hex color #C3051B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3051B is #3CFAE4. Grayscale: #404040. Windows color (decimal): -3996389 or 1770947. OLE color: 1770947.

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

Color convert

RGB 195 5 27 -
CMYK 0 0.97 0.86 0.24
HSL 353.05º 0.95% 0.39% -
HSV(B) 353.05º 0.97% 0.76% -
XYZ 22.76 11.79 2.11 -
YUV 64.32 106.95 221.21 -
System Red Green Blue C M Y K H S L
Decimal 195 5 27 0 0.97 0.86 0.24 353.05 0.95 0.39
Hex C3 5 1B 0 61 56 18 161 5F 27
Octal 303 5 33 0 141 126 30 541 137 47
Binary 11000011 101 11011 0 1100001 1010110 11000 101100001 1011111 100111

Color Harmonies of #C3051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3051B

Black with #C3051B

Text Example


Text Example

White with #C3051B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3051B; }

 p { color: rgb(195,5,27); }

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

background-color css

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

 a { background-color: rgb(195,5,27); }

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

border-color css

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

 span { border-color: rgb(195,5,27); }

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