Html Css Color HEX #BC061D Venetian Red

📋 copy color: '#BC061D'

red 188 ◦ green 6 ◦ blue 29

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

Shades of Venetian Red #BC061D

Tints of Venetian Red #BC061D

RGB

 RED value IS 188 (73.83% from 255) = 84.3%

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

 BLUE value IS 29 (11.72% from 255) = 13%

R = 84.3%
G = 2.69%
B = 13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC061D (or 0xBC061D) is known color: Venetian Red. HEX triplet: BC, 06 and 1D. RGB value is (188,6,29). Sum of RGB (Red+Green+Blue) = 188+6+29=223 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.30% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 188 - color contains mainly: red. Hex color #BC061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC061D is #43F9E2. Grayscale: #3F3F3F. Windows color (decimal): -4454883 or 1902268. OLE color: 1902268.

HSL color Cylindrical-coordinate representation of color #BC061D: hue angle of 352.42º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC061D is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 6 29 -
CMYK 0 0.97 0.85 0.26
HSL 352.42º 0.94% 0.38% -
HSV(B) 352.42º 0.97% 0.74% -
XYZ 21.03 10.91 2.16 -
YUV 63.04 108.8 217.13 -
System Red Green Blue C M Y K H S L
Decimal 188 6 29 0 0.97 0.85 0.26 352.42 0.94 0.38
Hex BC 6 1D 0 61 55 1A 160 5E 26
Octal 274 6 35 0 141 125 32 540 136 46
Binary 10111100 110 11101 0 1100001 1010101 11010 101100000 1011110 100110

Color Harmonies of #BC061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC061D

Black with #BC061D

Text Example


Text Example

White with #BC061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC061D; }

 p { color: rgb(188,6,29); }

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

background-color css

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

 a { background-color: rgb(188,6,29); }

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

border-color css

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

 span { border-color: rgb(188,6,29); }

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