Html Css Color HEX #BD1000 Free Speech Red

📋 copy color: '#BD1000'

red 189 ◦ green 16 ◦ blue 0

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

Shades of Free Speech Red #BD1000

Tints of Free Speech Red #BD1000

RGB

 RED value IS 189 (74.22% from 255) = 92.2%

 GREEN value IS 16 (6.64% from 255) = 7.8%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.2%
G = 7.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD1000 (or 0xBD1000) is known color: Free Speech Red. HEX triplet: BD, 10 and 00. RGB value is (189,16,0). Sum of RGB (Red+Green+Blue) = 189+16+0=205 (27% of max value = 765). Red value is 189 (74.22% from 255 or 92.20% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1000 is #42EFFF. Grayscale: #424242. Windows color (decimal): -4386816 or 4285. OLE color: 4285.

HSL color Cylindrical-coordinate representation of color #BD1000: hue angle of 5.08º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD1000 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 16 0 -
CMYK 0 0.92 1 0.26
HSL 5.08º 1% 0.37% -
HSV(B) 5.08º 1% 0.74% -
XYZ 21.17 11.19 1.04 -
YUV 65.9 90.81 215.8 -
System Red Green Blue C M Y K H S L
Decimal 189 16 0 0 0.92 1 0.26 5.08 1 0.37
Hex BD 10 0 0 5C 64 1A 5 64 25
Octal 275 20 0 0 134 144 32 5 144 45
Binary 10111101 10000 0 0 1011100 1100100 11010 101 1100100 100101

Color Harmonies of #BD1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1000

Black with #BD1000

Text Example


Text Example

White with #BD1000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1000; }

 p { color: rgb(189,16,0); }

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

background-color css

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

 a { background-color: rgb(189,16,0); }

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

border-color css

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

 span { border-color: rgb(189,16,0); }

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