Html Css Color HEX #BC0800 Free Speech Red

📋 copy color: '#BC0800'

red 188 ◦ green 8 ◦ blue 0

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

Shades of Free Speech Red #BC0800

Tints of Free Speech Red #BC0800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.08%

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

R = 95.92%
G = 4.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC0800 (or 0xBC0800) is known color: Free Speech Red. HEX triplet: BC, 08 and 00. RGB value is (188,8,0). Sum of RGB (Red+Green+Blue) = 188+8+0=196 (25% of max value = 765). Red value is 188 (73.83% from 255 or 95.92% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0800 is #43F7FF. Grayscale: #3D3D3D. Windows color (decimal): -4454400 or 2236. OLE color: 2236.

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

Color convert

RGB 188 8 0 -
CMYK 0 0.96 1 0.26
HSL 2.55º 1% 0.37% -
HSV(B) 2.55º 1% 0.74% -
XYZ 20.83 10.87 1 -
YUV 60.91 93.63 218.65 -
System Red Green Blue C M Y K H S L
Decimal 188 8 0 0 0.96 1 0.26 2.55 1 0.37
Hex BC 8 0 0 60 64 1A 3 64 25
Octal 274 10 0 0 140 144 32 3 144 45
Binary 10111100 1000 0 0 1100000 1100100 11010 11 1100100 100101

Color Harmonies of #BC0800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0800

Black with #BC0800

Text Example


Text Example

White with #BC0800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0800; }

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

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

background-color css

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

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

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

border-color css

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

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

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