Html Css Color HEX #BC0320 Venetian Red

📋 copy color: '#BC0320'

red 188 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #BC0320

Tints of Venetian Red #BC0320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.35%

R = 84.3%
G = 1.35%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BC0320 (or 0xBC0320) is known color: Venetian Red. HEX triplet: BC, 03 and 20. RGB value is (188,3,32). Sum of RGB (Red+Green+Blue) = 188+3+32=223 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.30% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0320 is #43FCDF. Grayscale: #3D3D3D. Windows color (decimal): -4455648 or 2098108. OLE color: 2098108.

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

Color convert

RGB 188 3 32 -
CMYK 0 0.98 0.83 0.26
HSL 350.59º 0.97% 0.37% -
HSV(B) 350.59º 0.98% 0.74% -
XYZ 21.03 10.86 2.35 -
YUV 61.62 111.29 218.14 -
System Red Green Blue C M Y K H S L
Decimal 188 3 32 0 0.98 0.83 0.26 350.59 0.97 0.37
Hex BC 3 20 0 62 53 1A 15F 61 25
Octal 274 3 40 0 142 123 32 537 141 45
Binary 10111100 11 100000 0 1100010 1010011 11010 101011111 1100001 100101

Color Harmonies of #BC0320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0320

Black with #BC0320

Text Example


Text Example

White with #BC0320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0320; }

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

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

background-color css

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

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

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

border-color css

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

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

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