Html Css Color HEX #BC150A Free Speech Red

📋 copy color: '#BC150A'

red 188 ◦ green 21 ◦ blue 10

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

Shades of Free Speech Red #BC150A

Tints of Free Speech Red #BC150A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.57%

R = 85.84%
G = 9.59%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC150A (or 0xBC150A) is known color: Free Speech Red. HEX triplet: BC, 15 and 0A. RGB value is (188,21,10). Sum of RGB (Red+Green+Blue) = 188+21+10=219 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.84% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 188 - color contains mainly: red. Hex color #BC150A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC150A is #43EAF5. Grayscale: #454545. Windows color (decimal): -4451062 or 660924. OLE color: 660924.

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

Color convert

RGB 188 21 10 -
CMYK 0 0.89 0.95 0.26
HSL 3.71º 0.9% 0.39% -
HSV(B) 3.71º 0.95% 0.74% -
XYZ 21.06 11.25 1.35 -
YUV 69.68 94.33 212.39 -
System Red Green Blue C M Y K H S L
Decimal 188 21 10 0 0.89 0.95 0.26 3.71 0.9 0.39
Hex BC 15 A 0 59 5F 1A 4 5A 27
Octal 274 25 12 0 131 137 32 4 132 47
Binary 10111100 10101 1010 0 1011001 1011111 11010 100 1011010 100111

Color Harmonies of #BC150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC150A

Black with #BC150A

Text Example


Text Example

White with #BC150A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC150A; }

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

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

background-color css

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

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

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

border-color css

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

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

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