Html Css Color HEX #BC0509 Venetian Red

📋 copy color: '#BC0509'

red 188 ◦ green 5 ◦ blue 9

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

Shades of Venetian Red #BC0509

Tints of Venetian Red #BC0509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.46%

R = 93.07%
G = 2.48%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC0509 (or 0xBC0509) is known color: Venetian Red. HEX triplet: BC, 05 and 09. RGB value is (188,5,9). Sum of RGB (Red+Green+Blue) = 188+5+9=202 (26% of max value = 765). Red value is 188 (73.83% from 255 or 93.07% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0509 is #43FAF6. Grayscale: #3C3C3C. Windows color (decimal): -4455159 or 591292. OLE color: 591292.

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

Color convert

RGB 188 5 9 -
CMYK 0 0.97 0.95 0.26
HSL 358.69º 0.95% 0.38% -
HSV(B) 358.69º 0.97% 0.74% -
XYZ 20.84 10.82 1.25 -
YUV 60.17 99.13 219.17 -
System Red Green Blue C M Y K H S L
Decimal 188 5 9 0 0.97 0.95 0.26 358.69 0.95 0.38
Hex BC 5 9 0 61 5F 1A 167 5F 26
Octal 274 5 11 0 141 137 32 547 137 46
Binary 10111100 101 1001 0 1100001 1011111 11010 101100111 1011111 100110

Color Harmonies of #BC0509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0509

Black with #BC0509

Text Example


Text Example

White with #BC0509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0509; }

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

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

background-color css

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

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

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

border-color css

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

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

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