Html Css Color HEX #BC150C Free Speech Red

📋 copy color: '#BC150C'

red 188 ◦ green 21 ◦ blue 12

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

Shades of Free Speech Red #BC150C

Tints of Free Speech Red #BC150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.5%

 BLUE value IS 12 (5.08% from 255) = 5.43%

R = 85.07%
G = 9.5%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC150C (or 0xBC150C) is known color: Free Speech Red. HEX triplet: BC, 15 and 0C. RGB value is (188,21,12). Sum of RGB (Red+Green+Blue) = 188+21+12=221 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.07% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 188 - color contains mainly: red. Hex color #BC150C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC150C is #43EAF3. Grayscale: #464646. Windows color (decimal): -4451060 or 791996. OLE color: 791996.

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

Color convert

RGB 188 21 12 -
CMYK 0 0.89 0.94 0.26
HSL 3.07º 0.88% 0.39% -
HSV(B) 3.07º 0.94% 0.74% -
XYZ 21.07 11.25 1.41 -
YUV 69.91 95.33 212.23 -
System Red Green Blue C M Y K H S L
Decimal 188 21 12 0 0.89 0.94 0.26 3.07 0.88 0.39
Hex BC 15 C 0 59 5E 1A 3 58 27
Octal 274 25 14 0 131 136 32 3 130 47
Binary 10111100 10101 1100 0 1011001 1011110 11010 11 1011000 100111

Color Harmonies of #BC150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC150C

Black with #BC150C

Text Example


Text Example

White with #BC150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC150C; }

 p { color: rgb(188,21,12); }

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

background-color css

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

 a { background-color: rgb(188,21,12); }

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

border-color css

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

 span { border-color: rgb(188,21,12); }

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