Html Css Color HEX #BC0F08 Free Speech Red

📋 copy color: '#BC0F08'

red 188 ◦ green 15 ◦ blue 8

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

Shades of Free Speech Red #BC0F08

Tints of Free Speech Red #BC0F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.79%

R = 89.1%
G = 7.11%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC0F08 (or 0xBC0F08) is known color: Free Speech Red. HEX triplet: BC, 0F and 08. RGB value is (188,15,8). Sum of RGB (Red+Green+Blue) = 188+15+8=211 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.10% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0F08 is #43F0F7. Grayscale: #424242. Windows color (decimal): -4452600 or 528316. OLE color: 528316.

HSL color Cylindrical-coordinate representation of color #BC0F08: hue angle of 2.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC0F08 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 15 8 -
CMYK 0 0.92 0.96 0.26
HSL 2.33º 0.92% 0.38% -
HSV(B) 2.33º 0.96% 0.74% -
XYZ 20.95 11.05 1.26 -
YUV 65.93 95.31 215.07 -
System Red Green Blue C M Y K H S L
Decimal 188 15 8 0 0.92 0.96 0.26 2.33 0.92 0.38
Hex BC F 8 0 5C 60 1A 2 5C 26
Octal 274 17 10 0 134 140 32 2 134 46
Binary 10111100 1111 1000 0 1011100 1100000 11010 10 1011100 100110

Color Harmonies of #BC0F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0F08

Black with #BC0F08

Text Example


Text Example

White with #BC0F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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