Html Css Color HEX #BC120B Free Speech Red

📋 copy color: '#BC120B'

red 188 ◦ green 18 ◦ blue 11

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

Shades of Free Speech Red #BC120B

Tints of Free Speech Red #BC120B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.29%

 BLUE value IS 11 (4.69% from 255) = 5.07%

R = 86.64%
G = 8.29%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC120B (or 0xBC120B) is known color: Free Speech Red. HEX triplet: BC, 12 and 0B. RGB value is (188,18,11). Sum of RGB (Red+Green+Blue) = 188+18+11=217 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.64% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 188 - color contains mainly: red. Hex color #BC120B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC120B is #43EDF4. Grayscale: #444444. Windows color (decimal): -4451829 or 725692. OLE color: 725692.

HSL color Cylindrical-coordinate representation of color #BC120B: hue angle of 2.37º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC120B is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 18 11 -
CMYK 0 0.90 0.94 0.26
HSL 2.37º 0.89% 0.39% -
HSV(B) 2.37º 0.94% 0.74% -
XYZ 21.02 11.15 1.36 -
YUV 68.03 95.82 213.57 -
System Red Green Blue C M Y K H S L
Decimal 188 18 11 0 0.90 0.94 0.26 2.37 0.89 0.39
Hex BC 12 B 0 5A 5E 1A 2 59 27
Octal 274 22 13 0 132 136 32 2 131 47
Binary 10111100 10010 1011 0 1011010 1011110 11010 10 1011001 100111

Color Harmonies of #BC120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC120B

Black with #BC120B

Text Example


Text Example

White with #BC120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC120B; }

 p { color: rgb(188,18,11); }

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

background-color css

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

 a { background-color: rgb(188,18,11); }

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

border-color css

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

 span { border-color: rgb(188,18,11); }

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