Html Css Color HEX #BC1A05 Free Speech Red

📋 copy color: '#BC1A05'

red 188 ◦ green 26 ◦ blue 5

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

Shades of Free Speech Red #BC1A05

Tints of Free Speech Red #BC1A05

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.87%

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

R = 85.84%
G = 11.87%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC1A05 (or 0xBC1A05) is known color: Free Speech Red. HEX triplet: BC, 1A and 05. RGB value is (188,26,5). Sum of RGB (Red+Green+Blue) = 188+26+5=219 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.84% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1A05 is #43E5FA. Grayscale: #484848. Windows color (decimal): -4449787 or 334524. OLE color: 334524.

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

Color convert

RGB 188 26 5 -
CMYK 0 0.86 0.97 0.26
HSL 6.89º 0.95% 0.38% -
HSV(B) 6.89º 0.97% 0.74% -
XYZ 21.14 11.44 1.24 -
YUV 72.04 90.17 210.71 -
System Red Green Blue C M Y K H S L
Decimal 188 26 5 0 0.86 0.97 0.26 6.89 0.95 0.38
Hex BC 1A 5 0 56 61 1A 7 5F 26
Octal 274 32 5 0 126 141 32 7 137 46
Binary 10111100 11010 101 0 1010110 1100001 11010 111 1011111 100110

Color Harmonies of #BC1A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A05

Black with #BC1A05

Text Example


Text Example

White with #BC1A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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