Html Css Color HEX #BC0313 Venetian Red

📋 copy color: '#BC0313'

red 188 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #BC0313

Tints of Venetian Red #BC0313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.05%

R = 89.52%
G = 1.43%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC0313 (or 0xBC0313) is known color: Venetian Red. HEX triplet: BC, 03 and 13. RGB value is (188,3,19). Sum of RGB (Red+Green+Blue) = 188+3+19=210 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.52% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0313 is #43FCEC. Grayscale: #3C3C3C. Windows color (decimal): -4455661 or 1246140. OLE color: 1246140.

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

Color convert

RGB 188 3 19 -
CMYK 0 0.98 0.90 0.26
HSL 354.81º 0.97% 0.37% -
HSV(B) 354.81º 0.98% 0.74% -
XYZ 20.89 10.8 1.6 -
YUV 60.14 104.79 219.2 -
System Red Green Blue C M Y K H S L
Decimal 188 3 19 0 0.98 0.90 0.26 354.81 0.97 0.37
Hex BC 3 13 0 62 5A 1A 163 61 25
Octal 274 3 23 0 142 132 32 543 141 45
Binary 10111100 11 10011 0 1100010 1011010 11010 101100011 1100001 100101

Color Harmonies of #BC0313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0313

Black with #BC0313

Text Example


Text Example

White with #BC0313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0313; }

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

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

background-color css

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

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

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

border-color css

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

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

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