Html Css Color HEX #C3032B Venetian Red

📋 copy color: '#C3032B'

red 195 ◦ green 3 ◦ blue 43

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

Shades of Venetian Red #C3032B

Tints of Venetian Red #C3032B

RGB

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

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

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

R = 80.91%
G = 1.24%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3032B (or 0xC3032B) is known color: Venetian Red. HEX triplet: C3, 03 and 2B. RGB value is (195,3,43). Sum of RGB (Red+Green+Blue) = 195+3+43=241 (31% of max value = 765). Red value is 195 (76.56% from 255 or 80.91% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 195 - color contains mainly: red. Hex color #C3032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3032B is #3CFCD4. Grayscale: #414141. Windows color (decimal): -3996885 or 2819011. OLE color: 2819011.

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

Color convert

RGB 195 3 43 -
CMYK 0 0.98 0.78 0.24
HSL 347.5º 0.97% 0.39% -
HSV(B) 347.5º 0.98% 0.76% -
XYZ 22.97 11.84 3.36 -
YUV 64.97 115.61 220.75 -
System Red Green Blue C M Y K H S L
Decimal 195 3 43 0 0.98 0.78 0.24 347.5 0.97 0.39
Hex C3 3 2B 0 62 4E 18 15C 61 27
Octal 303 3 53 0 142 116 30 534 141 47
Binary 11000011 11 101011 0 1100010 1001110 11000 101011100 1100001 100111

Color Harmonies of #C3032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3032B

Black with #C3032B

Text Example


Text Example

White with #C3032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3032B; }

 p { color: rgb(195,3,43); }

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

background-color css

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

 a { background-color: rgb(195,3,43); }

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

border-color css

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

 span { border-color: rgb(195,3,43); }

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