Html Css Color HEX #BC120D Free Speech Red

📋 copy color: '#BC120D'

red 188 ◦ green 18 ◦ blue 13

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

Shades of Free Speech Red #BC120D

Tints of Free Speech Red #BC120D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.94%

R = 85.84%
G = 8.22%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC120D (or 0xBC120D) is known color: Free Speech Red. HEX triplet: BC, 12 and 0D. RGB value is (188,18,13). Sum of RGB (Red+Green+Blue) = 188+18+13=219 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.84% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 188 - color contains mainly: red. Hex color #BC120D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC120D is #43EDF2. Grayscale: #444444. Windows color (decimal): -4451827 or 856764. OLE color: 856764.

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

Color convert

RGB 188 18 13 -
CMYK 0 0.90 0.93 0.26
HSL 1.71º 0.87% 0.39% -
HSV(B) 1.71º 0.93% 0.74% -
XYZ 21.03 11.15 1.43 -
YUV 68.26 96.82 213.41 -
System Red Green Blue C M Y K H S L
Decimal 188 18 13 0 0.90 0.93 0.26 1.71 0.87 0.39
Hex BC 12 D 0 5A 5D 1A 2 57 27
Octal 274 22 15 0 132 135 32 2 127 47
Binary 10111100 10010 1101 0 1011010 1011101 11010 10 1010111 100111

Color Harmonies of #BC120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC120D

Black with #BC120D

Text Example


Text Example

White with #BC120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC120D; }

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

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

background-color css

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

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

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

border-color css

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

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

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