Html Css Color HEX #BC1203 Free Speech Red

📋 copy color: '#BC1203'

red 188 ◦ green 18 ◦ blue 3

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

Shades of Free Speech Red #BC1203

Tints of Free Speech Red #BC1203

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.61%

 BLUE value IS 3 (1.56% from 255) = 1.44%

R = 89.95%
G = 8.61%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC1203 (or 0xBC1203) is known color: Free Speech Red. HEX triplet: BC, 12 and 03. RGB value is (188,18,3). Sum of RGB (Red+Green+Blue) = 188+18+3=209 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.95% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1203 is #43EDFC. Grayscale: #434343. Windows color (decimal): -4451837 or 201404. OLE color: 201404.

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

Color convert

RGB 188 18 3 -
CMYK 0 0.90 0.98 0.26
HSL 4.86º 0.97% 0.37% -
HSV(B) 4.86º 0.98% 0.74% -
XYZ 20.97 11.13 1.13 -
YUV 67.12 91.82 214.22 -
System Red Green Blue C M Y K H S L
Decimal 188 18 3 0 0.90 0.98 0.26 4.86 0.97 0.37
Hex BC 12 3 0 5A 62 1A 5 61 25
Octal 274 22 3 0 132 142 32 5 141 45
Binary 10111100 10010 11 0 1011010 1100010 11010 101 1100001 100101

Color Harmonies of #BC1203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1203

Black with #BC1203

Text Example


Text Example

White with #BC1203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1203; }

 p { color: rgb(188,18,3); }

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

background-color css

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

 a { background-color: rgb(188,18,3); }

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

border-color css

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

 span { border-color: rgb(188,18,3); }

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