Html Css Color HEX #BC061E Venetian Red

📋 copy color: '#BC061E'

red 188 ◦ green 6 ◦ blue 30

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

Shades of Venetian Red #BC061E

Tints of Venetian Red #BC061E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.39%

R = 83.93%
G = 2.68%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC061E (or 0xBC061E) is known color: Venetian Red. HEX triplet: BC, 06 and 1E. RGB value is (188,6,30). Sum of RGB (Red+Green+Blue) = 188+6+30=224 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.93% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 188 - color contains mainly: red. Hex color #BC061E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC061E is #43F9E1. Grayscale: #3F3F3F. Windows color (decimal): -4454882 or 1967804. OLE color: 1967804.

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

Color convert

RGB 188 6 30 -
CMYK 0 0.97 0.84 0.26
HSL 352.09º 0.94% 0.38% -
HSV(B) 352.09º 0.97% 0.74% -
XYZ 21.04 10.92 2.23 -
YUV 63.15 109.3 217.05 -
System Red Green Blue C M Y K H S L
Decimal 188 6 30 0 0.97 0.84 0.26 352.09 0.94 0.38
Hex BC 6 1E 0 61 54 1A 160 5E 26
Octal 274 6 36 0 141 124 32 540 136 46
Binary 10111100 110 11110 0 1100001 1010100 11010 101100000 1011110 100110

Color Harmonies of #BC061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC061E

Black with #BC061E

Text Example


Text Example

White with #BC061E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC061E; }

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

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

background-color css

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

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

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

border-color css

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

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

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