Html Css Color HEX #BC0309 Venetian Red

📋 copy color: '#BC0309'

red 188 ◦ green 3 ◦ blue 9

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

Shades of Venetian Red #BC0309

Tints of Venetian Red #BC0309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.5%

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

R = 94%
G = 1.5%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC0309 (or 0xBC0309) is known color: Venetian Red. HEX triplet: BC, 03 and 09. RGB value is (188,3,9). Sum of RGB (Red+Green+Blue) = 188+3+9=200 (26% of max value = 765). Red value is 188 (73.83% from 255 or 94% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0309 is #43FCF6. Grayscale: #3B3B3B. Windows color (decimal): -4455671 or 590780. OLE color: 590780.

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

Color convert

RGB 188 3 9 -
CMYK 0 0.98 0.95 0.26
HSL 358.05º 0.97% 0.37% -
HSV(B) 358.05º 0.98% 0.74% -
XYZ 20.82 10.78 1.24 -
YUV 59 99.79 220.01 -
System Red Green Blue C M Y K H S L
Decimal 188 3 9 0 0.98 0.95 0.26 358.05 0.97 0.37
Hex BC 3 9 0 62 5F 1A 166 61 25
Octal 274 3 11 0 142 137 32 546 141 45
Binary 10111100 11 1001 0 1100010 1011111 11010 101100110 1100001 100101

Color Harmonies of #BC0309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0309

Black with #BC0309

Text Example


Text Example

White with #BC0309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0309; }

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

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

background-color css

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

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

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

border-color css

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

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

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