Html Css Color HEX #BC0F0E Free Speech Red

📋 copy color: '#BC0F0E'

red 188 ◦ green 15 ◦ blue 14

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

Shades of Free Speech Red #BC0F0E

Tints of Free Speech Red #BC0F0E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.91%

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

R = 86.64%
G = 6.91%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC0F0E (or 0xBC0F0E) is known color: Free Speech Red. HEX triplet: BC, 0F and 0E. RGB value is (188,15,14). Sum of RGB (Red+Green+Blue) = 188+15+14=217 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.64% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0F0E is #43F0F1. Grayscale: #424242. Windows color (decimal): -4452594 or 921532. OLE color: 921532.

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

Color convert

RGB 188 15 14 -
CMYK 0 0.92 0.93 0.26
HSL 0.34º 0.86% 0.4% -
HSV(B) 0.34º 0.93% 0.74% -
XYZ 20.99 11.06 1.44 -
YUV 66.61 98.31 214.58 -
System Red Green Blue C M Y K H S L
Decimal 188 15 14 0 0.92 0.93 0.26 0.34 0.86 0.4
Hex BC F E 0 5C 5D 1A 0 56 28
Octal 274 17 16 0 134 135 32 0 126 50
Binary 10111100 1111 1110 0 1011100 1011101 11010 0 1010110 101000

Color Harmonies of #BC0F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0F0E

Black with #BC0F0E

Text Example


Text Example

White with #BC0F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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