Html Css Color HEX #BC1503 Free Speech Red

📋 copy color: '#BC1503'

red 188 ◦ green 21 ◦ blue 3

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

Shades of Free Speech Red #BC1503

Tints of Free Speech Red #BC1503

RGB

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

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

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

R = 88.68%
G = 9.91%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC1503 (or 0xBC1503) is known color: Free Speech Red. HEX triplet: BC, 15 and 03. RGB value is (188,21,3). Sum of RGB (Red+Green+Blue) = 188+21+3=212 (28% of max value = 765). Red value is 188 (73.83% from 255 or 88.68% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1503 is #43EAFC. Grayscale: #454545. Windows color (decimal): -4451069 or 202172. OLE color: 202172.

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

Color convert

RGB 188 21 3 -
CMYK 0 0.89 0.98 0.26
HSL 5.84º 0.97% 0.37% -
HSV(B) 5.84º 0.98% 0.74% -
XYZ 21.02 11.23 1.15 -
YUV 68.88 90.83 212.96 -
System Red Green Blue C M Y K H S L
Decimal 188 21 3 0 0.89 0.98 0.26 5.84 0.97 0.37
Hex BC 15 3 0 59 62 1A 6 61 25
Octal 274 25 3 0 131 142 32 6 141 45
Binary 10111100 10101 11 0 1011001 1100010 11010 110 1100001 100101

Color Harmonies of #BC1503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1503

Black with #BC1503

Text Example


Text Example

White with #BC1503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1503; }

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

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

background-color css

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

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

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

border-color css

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

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

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