Html Css Color HEX #BC0504 Free Speech Red

📋 copy color: '#BC0504'

red 188 ◦ green 5 ◦ blue 4

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

Shades of Free Speech Red #BC0504

Tints of Free Speech Red #BC0504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.54%

 BLUE value IS 4 (1.95% from 255) = 2.03%

R = 95.43%
G = 2.54%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC0504 (or 0xBC0504) is known color: Free Speech Red. HEX triplet: BC, 05 and 04. RGB value is (188,5,4). Sum of RGB (Red+Green+Blue) = 188+5+4=197 (26% of max value = 765). Red value is 188 (73.83% from 255 or 95.43% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0504 is #43FAFB. Grayscale: #3B3B3B. Windows color (decimal): -4455164 or 263612. OLE color: 263612.

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

Color convert

RGB 188 5 4 -
CMYK 0 0.97 0.98 0.26
HSL 0.33º 0.96% 0.38% -
HSV(B) 0.33º 0.98% 0.74% -
XYZ 20.82 10.81 1.1 -
YUV 59.6 96.63 219.58 -
System Red Green Blue C M Y K H S L
Decimal 188 5 4 0 0.97 0.98 0.26 0.33 0.96 0.38
Hex BC 5 4 0 61 62 1A 0 60 26
Octal 274 5 4 0 141 142 32 0 140 46
Binary 10111100 101 100 0 1100001 1100010 11010 0 1100000 100110

Color Harmonies of #BC0504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0504

Black with #BC0504

Text Example


Text Example

White with #BC0504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0504; }

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

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

background-color css

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

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

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

border-color css

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

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

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