Html Css Color HEX #BC1007 Free Speech Red

📋 copy color: '#BC1007'

red 188 ◦ green 16 ◦ blue 7

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

Shades of Free Speech Red #BC1007

Tints of Free Speech Red #BC1007

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.58%

 BLUE value IS 7 (3.13% from 255) = 3.32%

R = 89.1%
G = 7.58%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC1007 (or 0xBC1007) is known color: Free Speech Red. HEX triplet: BC, 10 and 07. RGB value is (188,16,7). Sum of RGB (Red+Green+Blue) = 188+16+7=211 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.10% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1007 is #43EFF8. Grayscale: #424242. Windows color (decimal): -4452345 or 463036. OLE color: 463036.

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

Color convert

RGB 188 16 7 -
CMYK 0 0.91 0.96 0.26
HSL 2.98º 0.93% 0.38% -
HSV(B) 2.98º 0.96% 0.74% -
XYZ 20.96 11.08 1.23 -
YUV 66.4 94.48 214.73 -
System Red Green Blue C M Y K H S L
Decimal 188 16 7 0 0.91 0.96 0.26 2.98 0.93 0.38
Hex BC 10 7 0 5B 60 1A 3 5D 26
Octal 274 20 7 0 133 140 32 3 135 46
Binary 10111100 10000 111 0 1011011 1100000 11010 11 1011101 100110

Color Harmonies of #BC1007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1007

Black with #BC1007

Text Example


Text Example

White with #BC1007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1007; }

 p { color: rgb(188,16,7); }

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

background-color css

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

 a { background-color: rgb(188,16,7); }

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

border-color css

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

 span { border-color: rgb(188,16,7); }

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