Html Css Color HEX #BC070A Venetian Red

📋 copy color: '#BC070A'

red 188 ◦ green 7 ◦ blue 10

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

Shades of Venetian Red #BC070A

Tints of Venetian Red #BC070A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.41%

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

R = 91.71%
G = 3.41%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC070A (or 0xBC070A) is known color: Venetian Red. HEX triplet: BC, 07 and 0A. RGB value is (188,7,10). Sum of RGB (Red+Green+Blue) = 188+7+10=205 (27% of max value = 765). Red value is 188 (73.83% from 255 or 91.71% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 188 - color contains mainly: red. Hex color #BC070A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC070A is #43F8F5. Grayscale: #3D3D3D. Windows color (decimal): -4454646 or 657340. OLE color: 657340.

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

Color convert

RGB 188 7 10 -
CMYK 0 0.96 0.95 0.26
HSL 359.01º 0.93% 0.38% -
HSV(B) 359.01º 0.96% 0.74% -
XYZ 20.87 10.87 1.28 -
YUV 61.46 98.97 218.26 -
System Red Green Blue C M Y K H S L
Decimal 188 7 10 0 0.96 0.95 0.26 359.01 0.93 0.38
Hex BC 7 A 0 60 5F 1A 167 5D 26
Octal 274 7 12 0 140 137 32 547 135 46
Binary 10111100 111 1010 0 1100000 1011111 11010 101100111 1011101 100110

Color Harmonies of #BC070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC070A

Black with #BC070A

Text Example


Text Example

White with #BC070A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC070A; }

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

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

background-color css

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

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

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

border-color css

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

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

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