Html Css Color HEX #BC0129 Venetian Red

📋 copy color: '#BC0129'

red 188 ◦ green 1 ◦ blue 41

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

Shades of Venetian Red #BC0129

Tints of Venetian Red #BC0129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.83%

R = 81.74%
G = 0.43%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC0129 (or 0xBC0129) is known color: Venetian Red. HEX triplet: BC, 01 and 29. RGB value is (188,1,41). Sum of RGB (Red+Green+Blue) = 188+1+41=230 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.74% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 41 (16.41% from 255 or 17.83% from 230); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0129 is #43FED6. Grayscale: #3D3D3D. Windows color (decimal): -4456151 or 2687420. OLE color: 2687420.

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

Color convert

RGB 188 1 41 -
CMYK 0 0.99 0.78 0.26
HSL 347.17º 0.99% 0.37% -
HSV(B) 347.17º 0.99% 0.74% -
XYZ 21.15 10.87 3.08 -
YUV 61.47 116.45 218.25 -
System Red Green Blue C M Y K H S L
Decimal 188 1 41 0 0.99 0.78 0.26 347.17 0.99 0.37
Hex BC 1 29 0 63 4E 1A 15B 63 25
Octal 274 1 51 0 143 116 32 533 143 45
Binary 10111100 1 101001 0 1100011 1001110 11010 101011011 1100011 100101

Color Harmonies of #BC0129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0129

Black with #BC0129

Text Example


Text Example

White with #BC0129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0129; }

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

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

background-color css

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

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

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

border-color css

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

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

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