Html Css Color HEX #BC0314 Venetian Red

📋 copy color: '#BC0314'

red 188 ◦ green 3 ◦ blue 20

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

Shades of Venetian Red #BC0314

Tints of Venetian Red #BC0314

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

 BLUE value IS 20 (8.2% from 255) = 9.48%

R = 89.1%
G = 1.42%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC0314 (or 0xBC0314) is known color: Venetian Red. HEX triplet: BC, 03 and 14. RGB value is (188,3,20). Sum of RGB (Red+Green+Blue) = 188+3+20=211 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.10% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0314 is #43FCEB. Grayscale: #3C3C3C. Windows color (decimal): -4455660 or 1311676. OLE color: 1311676.

HSL color Cylindrical-coordinate representation of color #BC0314: hue angle of 354.49º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC0314 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 3 20 -
CMYK 0 0.98 0.89 0.26
HSL 354.49º 0.97% 0.37% -
HSV(B) 354.49º 0.98% 0.74% -
XYZ 20.9 10.81 1.65 -
YUV 60.25 105.29 219.12 -
System Red Green Blue C M Y K H S L
Decimal 188 3 20 0 0.98 0.89 0.26 354.49 0.97 0.37
Hex BC 3 14 0 62 59 1A 162 61 25
Octal 274 3 24 0 142 131 32 542 141 45
Binary 10111100 11 10100 0 1100010 1011001 11010 101100010 1100001 100101

Color Harmonies of #BC0314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0314

Black with #BC0314

Text Example


Text Example

White with #BC0314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0314; }

 p { color: rgb(188,3,20); }

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

background-color css

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

 a { background-color: rgb(188,3,20); }

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

border-color css

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

 span { border-color: rgb(188,3,20); }

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