Html Css Color HEX #BC070C Venetian Red

📋 copy color: '#BC070C'

red 188 ◦ green 7 ◦ blue 12

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

Shades of Venetian Red #BC070C

Tints of Venetian Red #BC070C

RGB

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

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

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

R = 90.82%
G = 3.38%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC070C (or 0xBC070C) is known color: Venetian Red. HEX triplet: BC, 07 and 0C. RGB value is (188,7,12). Sum of RGB (Red+Green+Blue) = 188+7+12=207 (27% of max value = 765). Red value is 188 (73.83% from 255 or 90.82% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 188 - color contains mainly: red. Hex color #BC070C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC070C is #43F8F3. Grayscale: #3D3D3D. Windows color (decimal): -4454644 or 788412. OLE color: 788412.

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

Color convert

RGB 188 7 12 -
CMYK 0 0.96 0.94 0.26
HSL 358.34º 0.93% 0.38% -
HSV(B) 358.34º 0.96% 0.74% -
XYZ 20.88 10.87 1.35 -
YUV 61.69 99.97 218.09 -
System Red Green Blue C M Y K H S L
Decimal 188 7 12 0 0.96 0.94 0.26 358.34 0.93 0.38
Hex BC 7 C 0 60 5E 1A 166 5D 26
Octal 274 7 14 0 140 136 32 546 135 46
Binary 10111100 111 1100 0 1100000 1011110 11010 101100110 1011101 100110

Color Harmonies of #BC070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC070C

Black with #BC070C

Text Example


Text Example

White with #BC070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC070C; }

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

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

background-color css

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

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

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

border-color css

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

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

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