Html Css Color HEX #BC100A Free Speech Red

📋 copy color: '#BC100A'

red 188 ◦ green 16 ◦ blue 10

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

Shades of Free Speech Red #BC100A

Tints of Free Speech Red #BC100A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.67%

R = 87.85%
G = 7.48%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC100A (or 0xBC100A) is known color: Free Speech Red. HEX triplet: BC, 10 and 0A. RGB value is (188,16,10). Sum of RGB (Red+Green+Blue) = 188+16+10=214 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.85% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 188 - color contains mainly: red. Hex color #BC100A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC100A is #43EFF5. Grayscale: #424242. Windows color (decimal): -4452342 or 659644. OLE color: 659644.

HSL color Cylindrical-coordinate representation of color #BC100A: hue angle of 2.02º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC100A is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 16 10 -
CMYK 0 0.91 0.95 0.26
HSL 2.02º 0.9% 0.39% -
HSV(B) 2.02º 0.95% 0.74% -
XYZ 20.98 11.08 1.32 -
YUV 66.74 95.98 214.49 -
System Red Green Blue C M Y K H S L
Decimal 188 16 10 0 0.91 0.95 0.26 2.02 0.9 0.39
Hex BC 10 A 0 5B 5F 1A 2 5A 27
Octal 274 20 12 0 133 137 32 2 132 47
Binary 10111100 10000 1010 0 1011011 1011111 11010 10 1011010 100111

Color Harmonies of #BC100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC100A

Black with #BC100A

Text Example


Text Example

White with #BC100A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC100A; }

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

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

background-color css

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

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

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

border-color css

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

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

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