Html Css Color HEX #BC0D0C Free Speech Red

📋 copy color: '#BC0D0C'

red 188 ◦ green 13 ◦ blue 12

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

Shades of Free Speech Red #BC0D0C

Tints of Free Speech Red #BC0D0C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.1%

 BLUE value IS 12 (5.08% from 255) = 5.63%

R = 88.26%
G = 6.1%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC0D0C (or 0xBC0D0C) is known color: Free Speech Red. HEX triplet: BC, 0D and 0C. RGB value is (188,13,12). Sum of RGB (Red+Green+Blue) = 188+13+12=213 (28% of max value = 765). Red value is 188 (73.83% from 255 or 88.26% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0D0C is #43F2F3. Grayscale: #414141. Windows color (decimal): -4453108 or 789948. OLE color: 789948.

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

Color convert

RGB 188 13 12 -
CMYK 0 0.93 0.94 0.26
HSL 0.34º 0.88% 0.39% -
HSV(B) 0.34º 0.94% 0.74% -
XYZ 20.95 11.01 1.37 -
YUV 65.21 97.98 215.58 -
System Red Green Blue C M Y K H S L
Decimal 188 13 12 0 0.93 0.94 0.26 0.34 0.88 0.39
Hex BC D C 0 5D 5E 1A 0 58 27
Octal 274 15 14 0 135 136 32 0 130 47
Binary 10111100 1101 1100 0 1011101 1011110 11010 0 1011000 100111

Color Harmonies of #BC0D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0D0C

Black with #BC0D0C

Text Example


Text Example

White with #BC0D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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