Html Css Color HEX #BC0512 Venetian Red

📋 copy color: '#BC0512'

red 188 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #BC0512

Tints of Venetian Red #BC0512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

 BLUE value IS 18 (7.42% from 255) = 8.53%

R = 89.1%
G = 2.37%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC0512 (or 0xBC0512) is known color: Venetian Red. HEX triplet: BC, 05 and 12. RGB value is (188,5,18). Sum of RGB (Red+Green+Blue) = 188+5+18=211 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.10% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0512 is #43FAED. Grayscale: #3D3D3D. Windows color (decimal): -4455150 or 1181116. OLE color: 1181116.

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

Color convert

RGB 188 5 18 -
CMYK 0 0.97 0.90 0.26
HSL 355.74º 0.95% 0.38% -
HSV(B) 355.74º 0.97% 0.74% -
XYZ 20.9 10.84 1.56 -
YUV 61.2 103.63 218.44 -
System Red Green Blue C M Y K H S L
Decimal 188 5 18 0 0.97 0.90 0.26 355.74 0.95 0.38
Hex BC 5 12 0 61 5A 1A 164 5F 26
Octal 274 5 22 0 141 132 32 544 137 46
Binary 10111100 101 10010 0 1100001 1011010 11010 101100100 1011111 100110

Color Harmonies of #BC0512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0512

Black with #BC0512

Text Example


Text Example

White with #BC0512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0512; }

 p { color: rgb(188,5,18); }

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

background-color css

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

 a { background-color: rgb(188,5,18); }

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

border-color css

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

 span { border-color: rgb(188,5,18); }

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