Html Css Color HEX #BC0900 Free Speech Red

📋 copy color: '#BC0900'

red 188 ◦ green 9 ◦ blue 0

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

Shades of Free Speech Red #BC0900

Tints of Free Speech Red #BC0900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.43%
G = 4.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC0900 (or 0xBC0900) is known color: Free Speech Red. HEX triplet: BC, 09 and 00. RGB value is (188,9,0). Sum of RGB (Red+Green+Blue) = 188+9+0=197 (26% of max value = 765). Red value is 188 (73.83% from 255 or 95.43% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0900 is #43F6FF. Grayscale: #3D3D3D. Windows color (decimal): -4454144 or 2492. OLE color: 2492.

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

Color convert

RGB 188 9 0 -
CMYK 0 0.95 1 0.26
HSL 2.87º 1% 0.37% -
HSV(B) 2.87º 1% 0.74% -
XYZ 20.84 10.89 1 -
YUV 61.5 93.3 218.23 -
System Red Green Blue C M Y K H S L
Decimal 188 9 0 0 0.95 1 0.26 2.87 1 0.37
Hex BC 9 0 0 5F 64 1A 3 64 25
Octal 274 11 0 0 137 144 32 3 144 45
Binary 10111100 1001 0 0 1011111 1100100 11010 11 1100100 100101

Color Harmonies of #BC0900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0900

Black with #BC0900

Text Example


Text Example

White with #BC0900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0900; }

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

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

background-color css

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

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

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

border-color css

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

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

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