Html Css Color HEX #BC140D Free Speech Red

📋 copy color: '#BC140D'

red 188 ◦ green 20 ◦ blue 13

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

Shades of Free Speech Red #BC140D

Tints of Free Speech Red #BC140D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.05%

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

R = 85.07%
G = 9.05%
B = 5.88%

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

#BC140D (or 0xBC140D) is known color: Free Speech Red. HEX triplet: BC, 14 and 0D. RGB value is (188,20,13). Sum of RGB (Red+Green+Blue) = 188+20+13=221 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.07% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 188 - color contains mainly: red. Hex color #BC140D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC140D is #43EBF2. Grayscale: #454545. Windows color (decimal): -4451315 or 857276. OLE color: 857276.

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

Color convert

RGB 188 20 13 -
CMYK 0 0.89 0.93 0.26
HSL 2.4º 0.87% 0.39% -
HSV(B) 2.4º 0.93% 0.74% -
XYZ 21.06 11.22 1.44 -
YUV 69.43 96.16 212.57 -
System Red Green Blue C M Y K H S L
Decimal 188 20 13 0 0.89 0.93 0.26 2.4 0.87 0.39
Hex BC 14 D 0 59 5D 1A 2 57 27
Octal 274 24 15 0 131 135 32 2 127 47
Binary 10111100 10100 1101 0 1011001 1011101 11010 10 1010111 100111

Color Harmonies of #BC140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC140D

Black with #BC140D

Text Example


Text Example

White with #BC140D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC140D; }

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

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

background-color css

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

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

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

border-color css

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

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

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