Html Css Color HEX #BC150B Free Speech Red

📋 copy color: '#BC150B'

red 188 ◦ green 21 ◦ blue 11

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

Shades of Free Speech Red #BC150B

Tints of Free Speech Red #BC150B

RGB

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

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

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

R = 85.45%
G = 9.55%
B = 5%

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

#BC150B (or 0xBC150B) is known color: Free Speech Red. HEX triplet: BC, 15 and 0B. RGB value is (188,21,11). Sum of RGB (Red+Green+Blue) = 188+21+11=220 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.45% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 188 - color contains mainly: red. Hex color #BC150B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC150B is #43EAF4. Grayscale: #454545. Windows color (decimal): -4451061 or 726460. OLE color: 726460.

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

Color convert

RGB 188 21 11 -
CMYK 0 0.89 0.94 0.26
HSL 3.39º 0.89% 0.39% -
HSV(B) 3.39º 0.94% 0.74% -
XYZ 21.07 11.25 1.38 -
YUV 69.79 94.83 212.31 -
System Red Green Blue C M Y K H S L
Decimal 188 21 11 0 0.89 0.94 0.26 3.39 0.89 0.39
Hex BC 15 B 0 59 5E 1A 3 59 27
Octal 274 25 13 0 131 136 32 3 131 47
Binary 10111100 10101 1011 0 1011001 1011110 11010 11 1011001 100111

Color Harmonies of #BC150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC150B

Black with #BC150B

Text Example


Text Example

White with #BC150B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC150B; }

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

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

background-color css

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

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

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

border-color css

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

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

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