Html Css Color HEX #BC0009 Venetian Red

📋 copy color: '#BC0009'

red 188 ◦ green 0 ◦ blue 9

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

Shades of Venetian Red #BC0009

Tints of Venetian Red #BC0009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 95.43%
G = 0%
B = 4.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC0009 (or 0xBC0009) is known color: Venetian Red. HEX triplet: BC, 00 and 09. RGB value is (188,0,9). Sum of RGB (Red+Green+Blue) = 188+0+9=197 (26% of max value = 765). Red value is 188 (73.83% from 255 or 95.43% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0009 is #43FFF6. Grayscale: #393939. Windows color (decimal): -4456439 or 590012. OLE color: 590012.

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

Color convert

RGB 188 0 9 -
CMYK 0 1 0.95 0.26
HSL 357.13º 1% 0.37% -
HSV(B) 357.13º 1% 0.74% -
XYZ 20.79 10.71 1.23 -
YUV 57.24 100.78 221.27 -
System Red Green Blue C M Y K H S L
Decimal 188 0 9 0 1 0.95 0.26 357.13 1 0.37
Hex BC 0 9 0 64 5F 1A 165 64 25
Octal 274 0 11 0 144 137 32 545 144 45
Binary 10111100 0 1001 0 1100100 1011111 11010 101100101 1100100 100101

Color Harmonies of #BC0009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0009

Black with #BC0009

Text Example


Text Example

White with #BC0009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0009; }

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

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

background-color css

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

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

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

border-color css

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

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

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