Html Css Color HEX #BC091B Venetian Red

📋 copy color: '#BC091B'

red 188 ◦ green 9 ◦ blue 27

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

Shades of Venetian Red #BC091B

Tints of Venetian Red #BC091B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.02%

 BLUE value IS 27 (10.94% from 255) = 12.05%

R = 83.93%
G = 4.02%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC091B (or 0xBC091B) is known color: Venetian Red. HEX triplet: BC, 09 and 1B. RGB value is (188,9,27). Sum of RGB (Red+Green+Blue) = 188+9+27=224 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.93% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 188 - color contains mainly: red. Hex color #BC091B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC091B is #43F6E4. Grayscale: #404040. Windows color (decimal): -4454117 or 1771964. OLE color: 1771964.

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

Color convert

RGB 188 9 27 -
CMYK 0 0.95 0.86 0.26
HSL 353.97º 0.91% 0.39% -
HSV(B) 353.97º 0.95% 0.74% -
XYZ 21.03 10.97 2.04 -
YUV 64.57 106.8 216.04 -
System Red Green Blue C M Y K H S L
Decimal 188 9 27 0 0.95 0.86 0.26 353.97 0.91 0.39
Hex BC 9 1B 0 5F 56 1A 162 5B 27
Octal 274 11 33 0 137 126 32 542 133 47
Binary 10111100 1001 11011 0 1011111 1010110 11010 101100010 1011011 100111

Color Harmonies of #BC091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC091B

Black with #BC091B

Text Example


Text Example

White with #BC091B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC091B; }

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

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

background-color css

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

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

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

border-color css

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

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

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