Html Css Color HEX #BC0126 Venetian Red

📋 copy color: '#BC0126'

red 188 ◦ green 1 ◦ blue 38

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

Shades of Venetian Red #BC0126

Tints of Venetian Red #BC0126

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 38 (15.23% from 255) = 16.74%

R = 82.82%
G = 0.44%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC0126 (or 0xBC0126) is known color: Venetian Red. HEX triplet: BC, 01 and 26. RGB value is (188,1,38). Sum of RGB (Red+Green+Blue) = 188+1+38=227 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.82% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0126 is #43FED9. Grayscale: #3D3D3D. Windows color (decimal): -4456154 or 2490812. OLE color: 2490812.

HSL color Cylindrical-coordinate representation of color #BC0126: hue angle of 348.13º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0126 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 1 38 -
CMYK 0 0.99 0.80 0.26
HSL 348.13º 0.99% 0.37% -
HSV(B) 348.13º 0.99% 0.74% -
XYZ 21.1 10.85 2.82 -
YUV 61.13 114.95 218.49 -
System Red Green Blue C M Y K H S L
Decimal 188 1 38 0 0.99 0.80 0.26 348.13 0.99 0.37
Hex BC 1 26 0 63 50 1A 15C 63 25
Octal 274 1 46 0 143 120 32 534 143 45
Binary 10111100 1 100110 0 1100011 1010000 11010 101011100 1100011 100101

Color Harmonies of #BC0126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0126

Black with #BC0126

Text Example


Text Example

White with #BC0126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0126; }

 p { color: rgb(188,1,38); }

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

background-color css

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

 a { background-color: rgb(188,1,38); }

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

border-color css

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

 span { border-color: rgb(188,1,38); }

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