Html Css Color HEX #BC0C07 Free Speech Red

📋 copy color: '#BC0C07'

red 188 ◦ green 12 ◦ blue 7

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

Shades of Free Speech Red #BC0C07

Tints of Free Speech Red #BC0C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.38%

R = 90.82%
G = 5.8%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC0C07 (or 0xBC0C07) is known color: Free Speech Red. HEX triplet: BC, 0C and 07. RGB value is (188,12,7). Sum of RGB (Red+Green+Blue) = 188+12+7=207 (27% of max value = 765). Red value is 188 (73.83% from 255 or 90.82% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0C07 is #43F3F8. Grayscale: #404040. Windows color (decimal): -4453369 or 462012. OLE color: 462012.

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

Color convert

RGB 188 12 7 -
CMYK 0 0.94 0.96 0.26
HSL 1.66º 0.93% 0.38% -
HSV(B) 1.66º 0.96% 0.74% -
XYZ 20.91 10.97 1.22 -
YUV 64.05 95.81 216.41 -
System Red Green Blue C M Y K H S L
Decimal 188 12 7 0 0.94 0.96 0.26 1.66 0.93 0.38
Hex BC C 7 0 5E 60 1A 2 5D 26
Octal 274 14 7 0 136 140 32 2 135 46
Binary 10111100 1100 111 0 1011110 1100000 11010 10 1011101 100110

Color Harmonies of #BC0C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0C07

Black with #BC0C07

Text Example


Text Example

White with #BC0C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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