#BD1306

Color #BD1306 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #BD1306

Tints of Free Speech Red #BD1306

Color information

#BD1306 (or 0xBD1306) is unknown color: approx Free Speech Red. HEX triplet: BD, 13 and 06. RGB value is (189,19,6). Sum of RGB (Red+Green+Blue) = 189+19+6=214 (28% of max value = 765). Red value is 189 (74.22% from 255 or 88.32% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1306 is #42ECF9. Grayscale: #444444. Windows color (decimal): -4386042 or 398269. OLE color: 398269.

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

Color convert

RGB189196-
CMYK00.900.970.26
HSL4.26º93.85%38.24%-
HSV(B)4.26º96.83%74.12%-
XYZ21.2511.31.23-
YUV68.3592.82214.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 88.32%
GREEN value IS 19 (7.81% from 255) = 8.88%
BLUE value IS 6 (2.73% from 255) = 2.80%
R=88.32%
G=8.88%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18919600.900.970.264.2693.8538.24
HexBD13605A611A45e26
Octal275236013214132413646
Binary1011110110011110010110101100001110101001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1306; }

 p { color: rgb(189,19,6); }

 H1.HeaderClassName
 {
   color: #BD1306;
 }
 .AnyTagClassName
 {
   color: #BD1306;
 }
</style>
background-color css

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

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

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

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

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

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