Html Css Color HEX #BC0805 Free Speech Red

📋 copy color: '#BC0805'

red 188 ◦ green 8 ◦ blue 5

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

Shades of Free Speech Red #BC0805

Tints of Free Speech Red #BC0805

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.98%

 BLUE value IS 5 (2.34% from 255) = 2.49%

R = 93.53%
G = 3.98%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC0805 (or 0xBC0805) is known color: Free Speech Red. HEX triplet: BC, 08 and 05. RGB value is (188,8,5). Sum of RGB (Red+Green+Blue) = 188+8+5=201 (26% of max value = 765). Red value is 188 (73.83% from 255 or 93.53% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0805 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0805 is #43F7FA. Grayscale: #3D3D3D. Windows color (decimal): -4454395 or 329916. OLE color: 329916.

HSL color Cylindrical-coordinate representation of color #BC0805: hue angle of 0.98º degrees, saturation: 0.95, 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 #BC0805 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 8 5 -
CMYK 0 0.96 0.97 0.26
HSL 0.98º 0.95% 0.38% -
HSV(B) 0.98º 0.97% 0.74% -
XYZ 20.85 10.88 1.14 -
YUV 61.48 96.13 218.24 -
System Red Green Blue C M Y K H S L
Decimal 188 8 5 0 0.96 0.97 0.26 0.98 0.95 0.38
Hex BC 8 5 0 60 61 1A 1 5F 26
Octal 274 10 5 0 140 141 32 1 137 46
Binary 10111100 1000 101 0 1100000 1100001 11010 1 1011111 100110

Color Harmonies of #BC0805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0805

Black with #BC0805

Text Example


Text Example

White with #BC0805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0805; }

 p { color: rgb(188,8,5); }

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

background-color css

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

 a { background-color: rgb(188,8,5); }

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

border-color css

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

 span { border-color: rgb(188,8,5); }

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