Html Css Color HEX #BC0904 Free Speech Red

📋 copy color: '#BC0904'

red 188 ◦ green 9 ◦ blue 4

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

Shades of Free Speech Red #BC0904

Tints of Free Speech Red #BC0904

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.48%

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

R = 93.53%
G = 4.48%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC0904 (or 0xBC0904) is known color: Free Speech Red. HEX triplet: BC, 09 and 04. RGB value is (188,9,4). Sum of RGB (Red+Green+Blue) = 188+9+4=201 (26% of max value = 765). Red value is 188 (73.83% from 255 or 93.53% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0904 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0904 is #43F6FB. Grayscale: #3E3E3E. Windows color (decimal): -4454140 or 264636. OLE color: 264636.

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

Color convert

RGB 188 9 4 -
CMYK 0 0.95 0.98 0.26
HSL 1.63º 0.96% 0.38% -
HSV(B) 1.63º 0.98% 0.74% -
XYZ 20.86 10.9 1.12 -
YUV 61.95 95.3 217.91 -
System Red Green Blue C M Y K H S L
Decimal 188 9 4 0 0.95 0.98 0.26 1.63 0.96 0.38
Hex BC 9 4 0 5F 62 1A 2 60 26
Octal 274 11 4 0 137 142 32 2 140 46
Binary 10111100 1001 100 0 1011111 1100010 11010 10 1100000 100110

Color Harmonies of #BC0904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0904

Black with #BC0904

Text Example


Text Example

White with #BC0904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0904; }

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

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

background-color css

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

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

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

border-color css

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

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

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