Html Css Color HEX #BC0F09 Free Speech Red

📋 copy color: '#BC0F09'

red 188 ◦ green 15 ◦ blue 9

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

Shades of Free Speech Red #BC0F09

Tints of Free Speech Red #BC0F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.25%

R = 88.68%
G = 7.08%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC0F09 (or 0xBC0F09) is known color: Free Speech Red. HEX triplet: BC, 0F and 09. RGB value is (188,15,9). Sum of RGB (Red+Green+Blue) = 188+15+9=212 (28% of max value = 765). Red value is 188 (73.83% from 255 or 88.68% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0F09 is #43F0F6. Grayscale: #424242. Windows color (decimal): -4452599 or 593852. OLE color: 593852.

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

Color convert

RGB 188 15 9 -
CMYK 0 0.92 0.95 0.26
HSL 2.01º 0.91% 0.39% -
HSV(B) 2.01º 0.95% 0.74% -
XYZ 20.96 11.05 1.29 -
YUV 66.04 95.81 214.99 -
System Red Green Blue C M Y K H S L
Decimal 188 15 9 0 0.92 0.95 0.26 2.01 0.91 0.39
Hex BC F 9 0 5C 5F 1A 2 5B 27
Octal 274 17 11 0 134 137 32 2 133 47
Binary 10111100 1111 1001 0 1011100 1011111 11010 10 1011011 100111

Color Harmonies of #BC0F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0F09

Black with #BC0F09

Text Example


Text Example

White with #BC0F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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