Html Css Color HEX #BC150D Free Speech Red

📋 copy color: '#BC150D'

red 188 ◦ green 21 ◦ blue 13

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

Shades of Free Speech Red #BC150D

Tints of Free Speech Red #BC150D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.86%

R = 84.68%
G = 9.46%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC150D (or 0xBC150D) is known color: Free Speech Red. HEX triplet: BC, 15 and 0D. RGB value is (188,21,13). Sum of RGB (Red+Green+Blue) = 188+21+13=222 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.68% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 188 - color contains mainly: red. Hex color #BC150D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC150D is #43EAF2. Grayscale: #464646. Windows color (decimal): -4451059 or 857532. OLE color: 857532.

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

Color convert

RGB 188 21 13 -
CMYK 0 0.89 0.93 0.26
HSL 2.74º 0.87% 0.39% -
HSV(B) 2.74º 0.93% 0.74% -
XYZ 21.08 11.26 1.44 -
YUV 70.02 95.83 212.15 -
System Red Green Blue C M Y K H S L
Decimal 188 21 13 0 0.89 0.93 0.26 2.74 0.87 0.39
Hex BC 15 D 0 59 5D 1A 3 57 27
Octal 274 25 15 0 131 135 32 3 127 47
Binary 10111100 10101 1101 0 1011001 1011101 11010 11 1010111 100111

Color Harmonies of #BC150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC150D

Black with #BC150D

Text Example


Text Example

White with #BC150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC150D; }

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

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

background-color css

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

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

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

border-color css

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

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

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