Html Css Color HEX #BC130E Free Speech Red

📋 copy color: '#BC130E'

red 188 ◦ green 19 ◦ blue 14

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

Shades of Free Speech Red #BC130E

Tints of Free Speech Red #BC130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.6%

 BLUE value IS 14 (5.86% from 255) = 6.33%

R = 85.07%
G = 8.6%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC130E (or 0xBC130E) is known color: Free Speech Red. HEX triplet: BC, 13 and 0E. RGB value is (188,19,14). Sum of RGB (Red+Green+Blue) = 188+19+14=221 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.07% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 188 - color contains mainly: red. Hex color #BC130E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC130E is #43ECF1. Grayscale: #454545. Windows color (decimal): -4451570 or 922556. OLE color: 922556.

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

Color convert

RGB 188 19 14 -
CMYK 0 0.90 0.93 0.26
HSL 1.72º 0.86% 0.4% -
HSV(B) 1.72º 0.93% 0.74% -
XYZ 21.05 11.19 1.47 -
YUV 68.96 96.99 212.91 -
System Red Green Blue C M Y K H S L
Decimal 188 19 14 0 0.90 0.93 0.26 1.72 0.86 0.4
Hex BC 13 E 0 5A 5D 1A 2 56 28
Octal 274 23 16 0 132 135 32 2 126 50
Binary 10111100 10011 1110 0 1011010 1011101 11010 10 1010110 101000

Color Harmonies of #BC130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC130E

Black with #BC130E

Text Example


Text Example

White with #BC130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC130E; }

 p { color: rgb(188,19,14); }

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

background-color css

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

 a { background-color: rgb(188,19,14); }

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

border-color css

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

 span { border-color: rgb(188,19,14); }

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