#BD1C03

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

Shades of Free Speech Red #BD1C03

Tints of Free Speech Red #BD1C03

Color information

#BD1C03 (or 0xBD1C03) is unknown color: approx Free Speech Red. HEX triplet: BD, 1C and 03. RGB value is (189,28,3). Sum of RGB (Red+Green+Blue) = 189+28+3=220 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.91% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1C03 is #42E3FC. Grayscale: #494949. Windows color (decimal): -4383741 or 203965. OLE color: 203965.

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

Color convert

RGB189283-
CMYK00.850.980.26
HSL8.06º96.88%37.65%-
HSV(B)8.06º98.41%74.12%-
XYZ21.4211.661.21-
YUV73.2988.34210.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 85.91%
GREEN value IS 28 (11.33% from 255) = 12.73%
BLUE value IS 3 (1.56% from 255) = 1.36%
R=85.91%
G=12.73%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18928300.850.980.268.0696.8837.65
HexBD1C3055621A86126
Octal2753430125142321014146
Binary1011110111100110101010111000101101010001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1C03; }

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

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

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

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

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

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

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

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