Html Css Color HEX #BC0C05 Free Speech Red

📋 copy color: '#BC0C05'

red 188 ◦ green 12 ◦ blue 5

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

Shades of Free Speech Red #BC0C05

Tints of Free Speech Red #BC0C05

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.85%

 BLUE value IS 5 (2.34% from 255) = 2.44%

R = 91.71%
G = 5.85%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC0C05 (or 0xBC0C05) is known color: Free Speech Red. HEX triplet: BC, 0C and 05. RGB value is (188,12,5). Sum of RGB (Red+Green+Blue) = 188+12+5=205 (27% of max value = 765). Red value is 188 (73.83% from 255 or 91.71% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0C05 is #43F3FA. Grayscale: #404040. Windows color (decimal): -4453371 or 330940. OLE color: 330940.

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

Color convert

RGB 188 12 5 -
CMYK 0 0.94 0.97 0.26
HSL 2.3º 0.95% 0.38% -
HSV(B) 2.3º 0.97% 0.74% -
XYZ 20.9 10.97 1.16 -
YUV 63.83 94.81 216.57 -
System Red Green Blue C M Y K H S L
Decimal 188 12 5 0 0.94 0.97 0.26 2.3 0.95 0.38
Hex BC C 5 0 5E 61 1A 2 5F 26
Octal 274 14 5 0 136 141 32 2 137 46
Binary 10111100 1100 101 0 1011110 1100001 11010 10 1011111 100110

Color Harmonies of #BC0C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0C05

Black with #BC0C05

Text Example


Text Example

White with #BC0C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0C05; }

 p { color: rgb(188,12,5); }

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

background-color css

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

 a { background-color: rgb(188,12,5); }

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

border-color css

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

 span { border-color: rgb(188,12,5); }

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