Html Css Color HEX #BD0101 Free Speech Red

📋 copy color: '#BD0101'

red 189 ◦ green 1 ◦ blue 1

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

Shades of Free Speech Red #BD0101

Tints of Free Speech Red #BD0101

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 98.95%
G = 0.52%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD0101 (or 0xBD0101) is known color: Free Speech Red. HEX triplet: BD, 01 and 01. RGB value is (189,1,1). Sum of RGB (Red+Green+Blue) = 189+1+1=191 (25% of max value = 765). Red value is 189 (74.22% from 255 or 98.95% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0101 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0101 is #42FEFE. Grayscale: #393939. Windows color (decimal): -4390655 or 65981. OLE color: 65981.

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

Color convert

RGB 189 1 1 -
CMYK 0 0.99 0.99 0.26
HSL 0.99% 0.37% -
HSV(B) 0.99% 0.74% -
XYZ 21 10.84 1.01 -
YUV 57.21 96.28 222 -
System Red Green Blue C M Y K H S L
Decimal 189 1 1 0 0.99 0.99 0.26 0 0.99 0.37
Hex BD 1 1 0 63 63 1A 0 63 25
Octal 275 1 1 0 143 143 32 0 143 45
Binary 10111101 1 1 0 1100011 1100011 11010 0 1100011 100101

Color Harmonies of #BD0101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0101

Black with #BD0101

Text Example


Text Example

White with #BD0101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0101; }

 p { color: rgb(189,1,1); }

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

background-color css

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

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

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

border-color css

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

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

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