Html Css Color HEX #C0061C Venetian Red

📋 copy color: '#C0061C'

red 192 ◦ green 6 ◦ blue 28

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

Shades of Venetian Red #C0061C

Tints of Venetian Red #C0061C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.39%

R = 84.96%
G = 2.65%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0061C (or 0xC0061C) is known color: Venetian Red. HEX triplet: C0, 06 and 1C. RGB value is (192,6,28). Sum of RGB (Red+Green+Blue) = 192+6+28=226 (29% of max value = 765). Red value is 192 (75.39% from 255 or 84.96% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 192 - color contains mainly: red. Hex color #C0061C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0061C is #3FF9E3. Grayscale: #404040. Windows color (decimal): -4192740 or 1836736. OLE color: 1836736.

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

Color convert

RGB 192 6 28 -
CMYK 0 0.97 0.85 0.25
HSL 352.9º 0.94% 0.39% -
HSV(B) 352.9º 0.97% 0.75% -
XYZ 22.01 11.42 2.14 -
YUV 64.12 107.62 219.21 -
System Red Green Blue C M Y K H S L
Decimal 192 6 28 0 0.97 0.85 0.25 352.9 0.94 0.39
Hex C0 6 1C 0 61 55 19 161 5E 27
Octal 300 6 34 0 141 125 31 541 136 47
Binary 11000000 110 11100 0 1100001 1010101 11001 101100001 1011110 100111

Color Harmonies of #C0061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0061C

Black with #C0061C

Text Example


Text Example

White with #C0061C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0061C; }

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

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

background-color css

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

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

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

border-color css

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

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

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