#BD180A

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

Shades of Free Speech Red #BD180A

Tints of Free Speech Red #BD180A

Color information

#BD180A (or 0xBD180A) is unknown color: approx Free Speech Red. HEX triplet: BD, 18 and 0A. RGB value is (189,24,10). Sum of RGB (Red+Green+Blue) = 189+24+10=223 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.75% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 189 - color contains mainly: red. Hex color #BD180A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD180A is #42E7F5. Grayscale: #474747. Windows color (decimal): -4384758 or 661693. OLE color: 661693.

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

Color convert

RGB1892410-
CMYK00.870.950.26
HSL4.69º89.95%39.02%-
HSV(B)4.69º94.71%74.12%-
XYZ21.3711.491.38-
YUV71.7493.16211.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 84.75%
GREEN value IS 24 (9.77% from 255) = 10.76%
BLUE value IS 10 (4.30% from 255) = 4.48%
R=84.75%
G=10.76%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189241000.870.950.264.6989.9539.02
HexBD18A0575F1A55a27
Octal2753012012713732513247
Binary10111101110001010010101111011111110101011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD180A; }

 p { color: rgb(189,24,10); }

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

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

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

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

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

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

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