Html Css Color HEX #BC0D04 Free Speech Red

📋 copy color: '#BC0D04'

red 188 ◦ green 13 ◦ blue 4

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

Shades of Free Speech Red #BC0D04

Tints of Free Speech Red #BC0D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.95%

R = 91.71%
G = 6.34%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC0D04 (or 0xBC0D04) is known color: Free Speech Red. HEX triplet: BC, 0D and 04. RGB value is (188,13,4). Sum of RGB (Red+Green+Blue) = 188+13+4=205 (27% of max value = 765). Red value is 188 (73.83% from 255 or 91.71% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0D04 is #43F2FB. Grayscale: #404040. Windows color (decimal): -4453116 or 265660. OLE color: 265660.

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

Color convert

RGB 188 13 4 -
CMYK 0 0.93 0.98 0.26
HSL 2.93º 0.96% 0.38% -
HSV(B) 2.93º 0.98% 0.74% -
XYZ 20.9 10.99 1.13 -
YUV 64.3 93.98 216.23 -
System Red Green Blue C M Y K H S L
Decimal 188 13 4 0 0.93 0.98 0.26 2.93 0.96 0.38
Hex BC D 4 0 5D 62 1A 3 60 26
Octal 274 15 4 0 135 142 32 3 140 46
Binary 10111100 1101 100 0 1011101 1100010 11010 11 1100000 100110

Color Harmonies of #BC0D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0D04

Black with #BC0D04

Text Example


Text Example

White with #BC0D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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