Html Css Color HEX #BC0D06 Free Speech Red

📋 copy color: '#BC0D06'

red 188 ◦ green 13 ◦ blue 6

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

Shades of Free Speech Red #BC0D06

Tints of Free Speech Red #BC0D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.9%

R = 90.82%
G = 6.28%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC0D06 (or 0xBC0D06) is known color: Free Speech Red. HEX triplet: BC, 0D and 06. RGB value is (188,13,6). Sum of RGB (Red+Green+Blue) = 188+13+6=207 (27% of max value = 765). Red value is 188 (73.83% from 255 or 90.82% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0D06 is #43F2F9. Grayscale: #404040. Windows color (decimal): -4453114 or 396732. OLE color: 396732.

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

Color convert

RGB 188 13 6 -
CMYK 0 0.93 0.97 0.26
HSL 2.31º 0.94% 0.38% -
HSV(B) 2.31º 0.97% 0.74% -
XYZ 20.92 10.99 1.19 -
YUV 64.53 94.98 216.07 -
System Red Green Blue C M Y K H S L
Decimal 188 13 6 0 0.93 0.97 0.26 2.31 0.94 0.38
Hex BC D 6 0 5D 61 1A 2 5E 26
Octal 274 15 6 0 135 141 32 2 136 46
Binary 10111100 1101 110 0 1011101 1100001 11010 10 1011110 100110

Color Harmonies of #BC0D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0D06

Black with #BC0D06

Text Example


Text Example

White with #BC0D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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