Html Css Color HEX #BC0D00 Free Speech Red

📋 copy color: '#BC0D00'

red 188 ◦ green 13 ◦ blue 0

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

Shades of Free Speech Red #BC0D00

Tints of Free Speech Red #BC0D00

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.47%

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

R = 93.53%
G = 6.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC0D00 (or 0xBC0D00) is known color: Free Speech Red. HEX triplet: BC, 0D and 00. RGB value is (188,13,0). Sum of RGB (Red+Green+Blue) = 188+13+0=201 (26% of max value = 765). Red value is 188 (73.83% from 255 or 93.53% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0D00 is #43F2FF. Grayscale: #404040. Windows color (decimal): -4453120 or 3516. OLE color: 3516.

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

Color convert

RGB 188 13 0 -
CMYK 0 0.93 1 0.26
HSL 4.15º 1% 0.37% -
HSV(B) 4.15º 1% 0.74% -
XYZ 20.88 10.98 1.02 -
YUV 63.84 91.98 216.56 -
System Red Green Blue C M Y K H S L
Decimal 188 13 0 0 0.93 1 0.26 4.15 1 0.37
Hex BC D 0 0 5D 64 1A 4 64 25
Octal 274 15 0 0 135 144 32 4 144 45
Binary 10111100 1101 0 0 1011101 1100100 11010 100 1100100 100101

Color Harmonies of #BC0D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0D00

Black with #BC0D00

Text Example


Text Example

White with #BC0D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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