Html Css Color HEX #BC0C01 Free Speech Red

📋 copy color: '#BC0C01'

red 188 ◦ green 12 ◦ blue 1

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

Shades of Free Speech Red #BC0C01

Tints of Free Speech Red #BC0C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 93.53%
G = 5.97%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC0C01 (or 0xBC0C01) is known color: Free Speech Red. HEX triplet: BC, 0C and 01. RGB value is (188,12,1). Sum of RGB (Red+Green+Blue) = 188+12+1=201 (26% of max value = 765). Red value is 188 (73.83% from 255 or 93.53% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0C01 is #43F3FE. Grayscale: #3F3F3F. Windows color (decimal): -4453375 or 68796. OLE color: 68796.

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

Color convert

RGB 188 12 1 -
CMYK 0 0.94 0.99 0.26
HSL 3.53º 0.99% 0.37% -
HSV(B) 3.53º 0.99% 0.74% -
XYZ 20.88 10.96 1.04 -
YUV 63.37 92.81 216.89 -
System Red Green Blue C M Y K H S L
Decimal 188 12 1 0 0.94 0.99 0.26 3.53 0.99 0.37
Hex BC C 1 0 5E 63 1A 4 63 25
Octal 274 14 1 0 136 143 32 4 143 45
Binary 10111100 1100 1 0 1011110 1100011 11010 100 1100011 100101

Color Harmonies of #BC0C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0C01

Black with #BC0C01

Text Example


Text Example

White with #BC0C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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