Html Css Color HEX #BC0310 Venetian Red

📋 copy color: '#BC0310'

red 188 ◦ green 3 ◦ blue 16

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

Shades of Venetian Red #BC0310

Tints of Venetian Red #BC0310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.73%

R = 90.82%
G = 1.45%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC0310 (or 0xBC0310) is known color: Venetian Red. HEX triplet: BC, 03 and 10. RGB value is (188,3,16). Sum of RGB (Red+Green+Blue) = 188+3+16=207 (27% of max value = 765). Red value is 188 (73.83% from 255 or 90.82% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0310 is #43FCEF. Grayscale: #3B3B3B. Windows color (decimal): -4455664 or 1049532. OLE color: 1049532.

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

Color convert

RGB 188 3 16 -
CMYK 0 0.98 0.91 0.26
HSL 355.78º 0.97% 0.37% -
HSV(B) 355.78º 0.98% 0.74% -
XYZ 20.87 10.79 1.47 -
YUV 59.8 103.29 219.44 -
System Red Green Blue C M Y K H S L
Decimal 188 3 16 0 0.98 0.91 0.26 355.78 0.97 0.37
Hex BC 3 10 0 62 5B 1A 164 61 25
Octal 274 3 20 0 142 133 32 544 141 45
Binary 10111100 11 10000 0 1100010 1011011 11010 101100100 1100001 100101

Color Harmonies of #BC0310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0310

Black with #BC0310

Text Example


Text Example

White with #BC0310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0310; }

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

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

background-color css

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

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

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

border-color css

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

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

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