Html Css Color HEX #BC1306 Free Speech Red

📋 copy color: '#BC1306'

red 188 ◦ green 19 ◦ blue 6

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

Shades of Free Speech Red #BC1306

Tints of Free Speech Red #BC1306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.92%

 BLUE value IS 6 (2.73% from 255) = 2.82%

R = 88.26%
G = 8.92%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC1306 (or 0xBC1306) is known color: Free Speech Red. HEX triplet: BC, 13 and 06. RGB value is (188,19,6). Sum of RGB (Red+Green+Blue) = 188+19+6=213 (28% of max value = 765). Red value is 188 (73.83% from 255 or 88.26% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1306 is #43ECF9. Grayscale: #444444. Windows color (decimal): -4451578 or 398268. OLE color: 398268.

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

Color convert

RGB 188 19 6 -
CMYK 0 0.90 0.97 0.26
HSL 4.29º 0.94% 0.38% -
HSV(B) 4.29º 0.97% 0.74% -
XYZ 21 11.17 1.22 -
YUV 68.05 92.99 213.56 -
System Red Green Blue C M Y K H S L
Decimal 188 19 6 0 0.90 0.97 0.26 4.29 0.94 0.38
Hex BC 13 6 0 5A 61 1A 4 5E 26
Octal 274 23 6 0 132 141 32 4 136 46
Binary 10111100 10011 110 0 1011010 1100001 11010 100 1011110 100110

Color Harmonies of #BC1306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1306

Black with #BC1306

Text Example


Text Example

White with #BC1306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1306; }

 p { color: rgb(188,19,6); }

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

background-color css

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

 a { background-color: rgb(188,19,6); }

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

border-color css

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

 span { border-color: rgb(188,19,6); }

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