Html Css Color HEX #BD1A00 Free Speech Red

📋 copy color: '#BD1A00'

red 189 ◦ green 26 ◦ blue 0

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

Shades of Free Speech Red #BD1A00

Tints of Free Speech Red #BD1A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.09%

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

R = 87.91%
G = 12.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD1A00 (or 0xBD1A00) is known color: Free Speech Red. HEX triplet: BD, 1A and 00. RGB value is (189,26,0). Sum of RGB (Red+Green+Blue) = 189+26+0=215 (28% of max value = 765). Red value is 189 (74.22% from 255 or 87.91% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1A00 is #42E5FF. Grayscale: #484848. Windows color (decimal): -4384256 or 6845. OLE color: 6845.

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

Color convert

RGB 189 26 0 -
CMYK 0 0.86 1 0.26
HSL 8.25º 1% 0.37% -
HSV(B) 8.25º 1% 0.74% -
XYZ 21.36 11.56 1.11 -
YUV 71.77 87.5 211.61 -
System Red Green Blue C M Y K H S L
Decimal 189 26 0 0 0.86 1 0.26 8.25 1 0.37
Hex BD 1A 0 0 56 64 1A 8 64 25
Octal 275 32 0 0 126 144 32 10 144 45
Binary 10111101 11010 0 0 1010110 1100100 11010 1000 1100100 100101

Color Harmonies of #BD1A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1A00

Black with #BD1A00

Text Example


Text Example

White with #BD1A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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