Html Css Color HEX #BC1003 Free Speech Red

📋 copy color: '#BC1003'

red 188 ◦ green 16 ◦ blue 3

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

Shades of Free Speech Red #BC1003

Tints of Free Speech Red #BC1003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.73%

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

R = 90.82%
G = 7.73%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC1003 (or 0xBC1003) is known color: Free Speech Red. HEX triplet: BC, 10 and 03. RGB value is (188,16,3). Sum of RGB (Red+Green+Blue) = 188+16+3=207 (27% of max value = 765). Red value is 188 (73.83% from 255 or 90.82% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1003 is #43EFFC. Grayscale: #424242. Windows color (decimal): -4452349 or 200892. OLE color: 200892.

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

Color convert

RGB 188 16 3 -
CMYK 0 0.91 0.98 0.26
HSL 4.22º 0.97% 0.37% -
HSV(B) 4.22º 0.98% 0.74% -
XYZ 20.94 11.07 1.12 -
YUV 65.95 92.48 215.06 -
System Red Green Blue C M Y K H S L
Decimal 188 16 3 0 0.91 0.98 0.26 4.22 0.97 0.37
Hex BC 10 3 0 5B 62 1A 4 61 25
Octal 274 20 3 0 133 142 32 4 141 45
Binary 10111100 10000 11 0 1011011 1100010 11010 100 1100001 100101

Color Harmonies of #BC1003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1003

Black with #BC1003

Text Example


Text Example

White with #BC1003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1003; }

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

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

background-color css

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

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

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

border-color css

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

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

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