Html Css Color HEX #BC0E0D Free Speech Red

📋 copy color: '#BC0E0D'

red 188 ◦ green 14 ◦ blue 13

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

Shades of Free Speech Red #BC0E0D

Tints of Free Speech Red #BC0E0D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.51%

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

R = 87.44%
G = 6.51%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC0E0D (or 0xBC0E0D) is known color: Free Speech Red. HEX triplet: BC, 0E and 0D. RGB value is (188,14,13). Sum of RGB (Red+Green+Blue) = 188+14+13=215 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.44% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0E0D is #43F1F2. Grayscale: #424242. Windows color (decimal): -4452851 or 855740. OLE color: 855740.

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

Color convert

RGB 188 14 13 -
CMYK 0 0.93 0.93 0.26
HSL 0.34º 0.87% 0.39% -
HSV(B) 0.34º 0.93% 0.74% -
XYZ 20.97 11.03 1.41 -
YUV 65.91 98.15 215.08 -
System Red Green Blue C M Y K H S L
Decimal 188 14 13 0 0.93 0.93 0.26 0.34 0.87 0.39
Hex BC E D 0 5D 5D 1A 0 57 27
Octal 274 16 15 0 135 135 32 0 127 47
Binary 10111100 1110 1101 0 1011101 1011101 11010 0 1010111 100111

Color Harmonies of #BC0E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0E0D

Black with #BC0E0D

Text Example


Text Example

White with #BC0E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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