Html Css Color HEX #BC1505 Free Speech Red

📋 copy color: '#BC1505'

red 188 ◦ green 21 ◦ blue 5

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

Shades of Free Speech Red #BC1505

Tints of Free Speech Red #BC1505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.81%

 BLUE value IS 5 (2.34% from 255) = 2.34%

R = 87.85%
G = 9.81%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC1505 (or 0xBC1505) is known color: Free Speech Red. HEX triplet: BC, 15 and 05. RGB value is (188,21,5). Sum of RGB (Red+Green+Blue) = 188+21+5=214 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.85% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1505 is #43EAFA. Grayscale: #454545. Windows color (decimal): -4451067 or 333244. OLE color: 333244.

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

Color convert

RGB 188 21 5 -
CMYK 0 0.89 0.97 0.26
HSL 5.25º 0.95% 0.38% -
HSV(B) 5.25º 0.97% 0.74% -
XYZ 21.03 11.24 1.2 -
YUV 69.11 91.83 212.8 -
System Red Green Blue C M Y K H S L
Decimal 188 21 5 0 0.89 0.97 0.26 5.25 0.95 0.38
Hex BC 15 5 0 59 61 1A 5 5F 26
Octal 274 25 5 0 131 141 32 5 137 46
Binary 10111100 10101 101 0 1011001 1100001 11010 101 1011111 100110

Color Harmonies of #BC1505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1505

Black with #BC1505

Text Example


Text Example

White with #BC1505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1505; }

 p { color: rgb(188,21,5); }

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

background-color css

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

 a { background-color: rgb(188,21,5); }

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

border-color css

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

 span { border-color: rgb(188,21,5); }

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