Html Css Color HEX #BC140C Free Speech Red

📋 copy color: '#BC140C'

red 188 ◦ green 20 ◦ blue 12

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

Shades of Free Speech Red #BC140C

Tints of Free Speech Red #BC140C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.45%

R = 85.45%
G = 9.09%
B = 5.45%

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

#BC140C (or 0xBC140C) is known color: Free Speech Red. HEX triplet: BC, 14 and 0C. RGB value is (188,20,12). Sum of RGB (Red+Green+Blue) = 188+20+12=220 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.45% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 188 - color contains mainly: red. Hex color #BC140C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC140C is #43EBF3. Grayscale: #454545. Windows color (decimal): -4451316 or 791740. OLE color: 791740.

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

Color convert

RGB 188 20 12 -
CMYK 0 0.89 0.94 0.26
HSL 2.73º 0.88% 0.39% -
HSV(B) 2.73º 0.94% 0.74% -
XYZ 21.06 11.22 1.4 -
YUV 69.32 95.66 212.65 -
System Red Green Blue C M Y K H S L
Decimal 188 20 12 0 0.89 0.94 0.26 2.73 0.88 0.39
Hex BC 14 C 0 59 5E 1A 3 58 27
Octal 274 24 14 0 131 136 32 3 130 47
Binary 10111100 10100 1100 0 1011001 1011110 11010 11 1011000 100111

Color Harmonies of #BC140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC140C

Black with #BC140C

Text Example


Text Example

White with #BC140C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC140C; }

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

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

background-color css

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

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

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

border-color css

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

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

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