Html Css Color HEX #BC120F Free Speech Red

📋 copy color: '#BC120F'

red 188 ◦ green 18 ◦ blue 15

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

Shades of Free Speech Red #BC120F

Tints of Free Speech Red #BC120F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.79%

R = 85.07%
G = 8.14%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC120F (or 0xBC120F) is known color: Free Speech Red. HEX triplet: BC, 12 and 0F. RGB value is (188,18,15). Sum of RGB (Red+Green+Blue) = 188+18+15=221 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.07% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 188 - color contains mainly: red. Hex color #BC120F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC120F is #43EDF0. Grayscale: #444444. Windows color (decimal): -4451825 or 987836. OLE color: 987836.

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

Color convert

RGB 188 18 15 -
CMYK 0 0.90 0.92 0.26
HSL 1.04º 0.85% 0.4% -
HSV(B) 1.04º 0.92% 0.74% -
XYZ 21.04 11.16 1.5 -
YUV 68.49 97.82 213.24 -
System Red Green Blue C M Y K H S L
Decimal 188 18 15 0 0.90 0.92 0.26 1.04 0.85 0.4
Hex BC 12 F 0 5A 5C 1A 1 55 28
Octal 274 22 17 0 132 134 32 1 125 50
Binary 10111100 10010 1111 0 1011010 1011100 11010 1 1010101 101000

Color Harmonies of #BC120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC120F

Black with #BC120F

Text Example


Text Example

White with #BC120F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC120F; }

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

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

background-color css

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

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

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

border-color css

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

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

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