Html Css Color HEX #BD0900 Free Speech Red

📋 copy color: '#BD0900'

red 189 ◦ green 9 ◦ blue 0

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

Shades of Free Speech Red #BD0900

Tints of Free Speech Red #BD0900

RGB

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

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

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

R = 95.45%
G = 4.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD0900 (or 0xBD0900) is known color: Free Speech Red. HEX triplet: BD, 09 and 00. RGB value is (189,9,0). Sum of RGB (Red+Green+Blue) = 189+9+0=198 (26% of max value = 765). Red value is 189 (74.22% from 255 or 95.45% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0900 is #42F6FF. Grayscale: #3E3E3E. Windows color (decimal): -4388608 or 2493. OLE color: 2493.

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

Color convert

RGB 189 9 0 -
CMYK 0 0.95 1 0.26
HSL 2.86º 1% 0.37% -
HSV(B) 2.86º 1% 0.74% -
XYZ 21.08 11.01 1.01 -
YUV 61.79 93.13 218.73 -
System Red Green Blue C M Y K H S L
Decimal 189 9 0 0 0.95 1 0.26 2.86 1 0.37
Hex BD 9 0 0 5F 64 1A 3 64 25
Octal 275 11 0 0 137 144 32 3 144 45
Binary 10111101 1001 0 0 1011111 1100100 11010 11 1100100 100101

Color Harmonies of #BD0900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0900

Black with #BD0900

Text Example


Text Example

White with #BD0900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0900; }

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

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

background-color css

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

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

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

border-color css

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

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

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