Html Css Color HEX #C3081B Venetian Red

📋 copy color: '#C3081B'

red 195 ◦ green 8 ◦ blue 27

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

Shades of Venetian Red #C3081B

Tints of Venetian Red #C3081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.48%

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

R = 84.78%
G = 3.48%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3081B (or 0xC3081B) is known color: Venetian Red. HEX triplet: C3, 08 and 1B. RGB value is (195,8,27). Sum of RGB (Red+Green+Blue) = 195+8+27=230 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.78% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 195 - color contains mainly: red. Hex color #C3081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3081B is #3CF7E4. Grayscale: #424242. Windows color (decimal): -3995621 or 1771715. OLE color: 1771715.

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

Color convert

RGB 195 8 27 -
CMYK 0 0.96 0.86 0.24
HSL 353.9º 0.92% 0.4% -
HSV(B) 353.9º 0.96% 0.76% -
XYZ 22.79 11.85 2.12 -
YUV 66.08 105.95 219.96 -
System Red Green Blue C M Y K H S L
Decimal 195 8 27 0 0.96 0.86 0.24 353.9 0.92 0.4
Hex C3 8 1B 0 60 56 18 162 5C 28
Octal 303 10 33 0 140 126 30 542 134 50
Binary 11000011 1000 11011 0 1100000 1010110 11000 101100010 1011100 101000

Color Harmonies of #C3081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3081B

Black with #C3081B

Text Example


Text Example

White with #C3081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3081B; }

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

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

background-color css

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

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

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

border-color css

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

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

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