Html Css Color HEX #BC0D05 Free Speech Red

📋 copy color: '#BC0D05'

red 188 ◦ green 13 ◦ blue 5

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

Shades of Free Speech Red #BC0D05

Tints of Free Speech Red #BC0D05

RGB

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

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

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

R = 91.26%
G = 6.31%
B = 2.43%

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

#BC0D05 (or 0xBC0D05) is known color: Free Speech Red. HEX triplet: BC, 0D and 05. RGB value is (188,13,5). Sum of RGB (Red+Green+Blue) = 188+13+5=206 (27% of max value = 765). Red value is 188 (73.83% from 255 or 91.26% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0D05 is #43F2FA. Grayscale: #404040. Windows color (decimal): -4453115 or 331196. OLE color: 331196.

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

Color convert

RGB 188 13 5 -
CMYK 0 0.93 0.97 0.26
HSL 2.62º 0.95% 0.38% -
HSV(B) 2.62º 0.97% 0.74% -
XYZ 20.91 10.99 1.16 -
YUV 64.41 94.48 216.15 -
System Red Green Blue C M Y K H S L
Decimal 188 13 5 0 0.93 0.97 0.26 2.62 0.95 0.38
Hex BC D 5 0 5D 61 1A 3 5F 26
Octal 274 15 5 0 135 141 32 3 137 46
Binary 10111100 1101 101 0 1011101 1100001 11010 11 1011111 100110

Color Harmonies of #BC0D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0D05

Black with #BC0D05

Text Example


Text Example

White with #BC0D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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