Html Css Color HEX #BC1D01 Free Speech Red

📋 copy color: '#BC1D01'

red 188 ◦ green 29 ◦ blue 1

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

Shades of Free Speech Red #BC1D01

Tints of Free Speech Red #BC1D01

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.3%

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

R = 86.24%
G = 13.3%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC1D01 (or 0xBC1D01) is known color: Free Speech Red. HEX triplet: BC, 1D and 01. RGB value is (188,29,1). Sum of RGB (Red+Green+Blue) = 188+29+1=218 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.24% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1D01 is #43E2FE. Grayscale: #494949. Windows color (decimal): -4449023 or 73148. OLE color: 73148.

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

Color convert

RGB 188 29 1 -
CMYK 0 0.85 0.99 0.26
HSL 8.98º 0.99% 0.37% -
HSV(B) 8.98º 0.99% 0.74% -
XYZ 21.18 11.57 1.15 -
YUV 73.35 87.18 209.78 -
System Red Green Blue C M Y K H S L
Decimal 188 29 1 0 0.85 0.99 0.26 8.98 0.99 0.37
Hex BC 1D 1 0 55 63 1A 9 63 25
Octal 274 35 1 0 125 143 32 11 143 45
Binary 10111100 11101 1 0 1010101 1100011 11010 1001 1100011 100101

Color Harmonies of #BC1D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1D01

Black with #BC1D01

Text Example


Text Example

White with #BC1D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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