Html Css Color HEX #BD1900 Free Speech Red

📋 copy color: '#BD1900'

red 189 ◦ green 25 ◦ blue 0

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

Shades of Free Speech Red #BD1900

Tints of Free Speech Red #BD1900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.68%

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

R = 88.32%
G = 11.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD1900 (or 0xBD1900) is known color: Free Speech Red. HEX triplet: BD, 19 and 00. RGB value is (189,25,0). Sum of RGB (Red+Green+Blue) = 189+25+0=214 (28% of max value = 765). Red value is 189 (74.22% from 255 or 88.32% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1900 is #42E6FF. Grayscale: #474747. Windows color (decimal): -4384512 or 6589. OLE color: 6589.

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

Color convert

RGB 189 25 0 -
CMYK 0 0.87 1 0.26
HSL 7.94º 1% 0.37% -
HSV(B) 7.94º 1% 0.74% -
XYZ 21.33 11.51 1.1 -
YUV 71.19 87.83 212.03 -
System Red Green Blue C M Y K H S L
Decimal 189 25 0 0 0.87 1 0.26 7.94 1 0.37
Hex BD 19 0 0 57 64 1A 8 64 25
Octal 275 31 0 0 127 144 32 10 144 45
Binary 10111101 11001 0 0 1010111 1100100 11010 1000 1100100 100101

Color Harmonies of #BD1900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1900

Black with #BD1900

Text Example


Text Example

White with #BD1900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1900; }

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

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

background-color css

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

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

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

border-color css

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

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

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