Html Css Color HEX #BC090A Venetian Red

📋 copy color: '#BC090A'

red 188 ◦ green 9 ◦ blue 10

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

Shades of Venetian Red #BC090A

Tints of Venetian Red #BC090A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.83%

R = 90.82%
G = 4.35%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC090A (or 0xBC090A) is known color: Venetian Red. HEX triplet: BC, 09 and 0A. RGB value is (188,9,10). Sum of RGB (Red+Green+Blue) = 188+9+10=207 (27% of max value = 765). Red value is 188 (73.83% from 255 or 90.82% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 188 - color contains mainly: red. Hex color #BC090A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC090A is #43F6F5. Grayscale: #3E3E3E. Windows color (decimal): -4454134 or 657852. OLE color: 657852.

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

Color convert

RGB 188 9 10 -
CMYK 0 0.95 0.95 0.26
HSL 359.66º 0.91% 0.39% -
HSV(B) 359.66º 0.95% 0.74% -
XYZ 20.89 10.91 1.29 -
YUV 62.64 98.3 217.42 -
System Red Green Blue C M Y K H S L
Decimal 188 9 10 0 0.95 0.95 0.26 359.66 0.91 0.39
Hex BC 9 A 0 5F 5F 1A 168 5B 27
Octal 274 11 12 0 137 137 32 550 133 47
Binary 10111100 1001 1010 0 1011111 1011111 11010 101101000 1011011 100111

Color Harmonies of #BC090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC090A

Black with #BC090A

Text Example


Text Example

White with #BC090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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