#BD1203

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

Shades of Free Speech Red #BD1203

Tints of Free Speech Red #BD1203

Color information

#BD1203 (or 0xBD1203) is unknown color: approx Free Speech Red. HEX triplet: BD, 12 and 03. RGB value is (189,18,3). Sum of RGB (Red+Green+Blue) = 189+18+3=210 (27% of max value = 765). Red value is 189 (74.22% from 255 or 90% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1203 is #42EDFC. Grayscale: #434343. Windows color (decimal): -4386301 or 201405. OLE color: 201405.

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

Color convert

RGB189183-
CMYK00.900.980.26
HSL4.84º96.88%37.65%-
HSV(B)4.84º98.41%74.12%-
XYZ21.2211.261.14-
YUV67.4291.65214.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 90%
GREEN value IS 18 (7.42% from 255) = 8.57%
BLUE value IS 3 (1.56% from 255) = 1.43%
R=90%
G=8.57%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918300.900.980.264.8496.8837.65
HexBD12305A621A56126
Octal275223013214232514146
Binary101111011001011010110101100010110101011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1203; }

 p { color: rgb(189,18,3); }

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

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

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

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

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

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

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