Html Css Color HEX #BC0128 Venetian Red

📋 copy color: '#BC0128'

red 188 ◦ green 1 ◦ blue 40

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

Shades of Venetian Red #BC0128

Tints of Venetian Red #BC0128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.47%

R = 82.1%
G = 0.44%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC0128 (or 0xBC0128) is known color: Venetian Red. HEX triplet: BC, 01 and 28. RGB value is (188,1,40). Sum of RGB (Red+Green+Blue) = 188+1+40=229 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.10% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0128 is #43FED7. Grayscale: #3D3D3D. Windows color (decimal): -4456152 or 2621884. OLE color: 2621884.

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

Color convert

RGB 188 1 40 -
CMYK 0 0.99 0.79 0.26
HSL 347.49º 0.99% 0.37% -
HSV(B) 347.49º 0.99% 0.74% -
XYZ 21.13 10.87 2.99 -
YUV 61.36 115.95 218.33 -
System Red Green Blue C M Y K H S L
Decimal 188 1 40 0 0.99 0.79 0.26 347.49 0.99 0.37
Hex BC 1 28 0 63 4F 1A 15B 63 25
Octal 274 1 50 0 143 117 32 533 143 45
Binary 10111100 1 101000 0 1100011 1001111 11010 101011011 1100011 100101

Color Harmonies of #BC0128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0128

Black with #BC0128

Text Example


Text Example

White with #BC0128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0128; }

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

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

background-color css

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

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

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

border-color css

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

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

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