Html Css Color HEX #C0061B Venetian Red

📋 copy color: '#C0061B'

red 192 ◦ green 6 ◦ blue 27

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

Shades of Venetian Red #C0061B

Tints of Venetian Red #C0061B

RGB

 RED value IS 192 (75.39% from 255) = 85.33%

 GREEN value IS 6 (2.73% from 255) = 2.67%

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

R = 85.33%
G = 2.67%
B = 12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0061B (or 0xC0061B) is known color: Venetian Red. HEX triplet: C0, 06 and 1B. RGB value is (192,6,27). Sum of RGB (Red+Green+Blue) = 192+6+27=225 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.33% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 192 - color contains mainly: red. Hex color #C0061B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0061B is #3FF9E4. Grayscale: #404040. Windows color (decimal): -4192741 or 1771200. OLE color: 1771200.

HSL color Cylindrical-coordinate representation of color #C0061B: hue angle of 353.23º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0061B is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 6 27 -
CMYK 0 0.97 0.86 0.25
HSL 353.23º 0.94% 0.39% -
HSV(B) 353.23º 0.97% 0.75% -
XYZ 22 11.42 2.08 -
YUV 64.01 107.12 219.29 -
System Red Green Blue C M Y K H S L
Decimal 192 6 27 0 0.97 0.86 0.25 353.23 0.94 0.39
Hex C0 6 1B 0 61 56 19 161 5E 27
Octal 300 6 33 0 141 126 31 541 136 47
Binary 11000000 110 11011 0 1100001 1010110 11001 101100001 1011110 100111

Color Harmonies of #C0061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0061B

Black with #C0061B

Text Example


Text Example

White with #C0061B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0061B; }

 p { color: rgb(192,6,27); }

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

background-color css

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

 a { background-color: rgb(192,6,27); }

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

border-color css

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

 span { border-color: rgb(192,6,27); }

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