Html Css Color HEX #BC090C Venetian Red

📋 copy color: '#BC090C'

red 188 ◦ green 9 ◦ blue 12

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

Shades of Venetian Red #BC090C

Tints of Venetian Red #BC090C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.74%

R = 89.95%
G = 4.31%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC090C (or 0xBC090C) is known color: Venetian Red. HEX triplet: BC, 09 and 0C. RGB value is (188,9,12). Sum of RGB (Red+Green+Blue) = 188+9+12=209 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.95% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 188 - color contains mainly: red. Hex color #BC090C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC090C is #43F6F3. Grayscale: #3F3F3F. Windows color (decimal): -4454132 or 788924. OLE color: 788924.

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

Color convert

RGB 188 9 12 -
CMYK 0 0.95 0.94 0.26
HSL 358.99º 0.91% 0.39% -
HSV(B) 358.99º 0.95% 0.74% -
XYZ 20.9 10.91 1.35 -
YUV 62.86 99.3 217.26 -
System Red Green Blue C M Y K H S L
Decimal 188 9 12 0 0.95 0.94 0.26 358.99 0.91 0.39
Hex BC 9 C 0 5F 5E 1A 167 5B 27
Octal 274 11 14 0 137 136 32 547 133 47
Binary 10111100 1001 1100 0 1011111 1011110 11010 101100111 1011011 100111

Color Harmonies of #BC090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC090C

Black with #BC090C

Text Example


Text Example

White with #BC090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC090C; }

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

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

background-color css

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

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

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

border-color css

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

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

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