#BD190A

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

Shades of Free Speech Red #BD190A

Tints of Free Speech Red #BD190A

Color information

#BD190A (or 0xBD190A) is unknown color: approx Free Speech Red. HEX triplet: BD, 19 and 0A. RGB value is (189,25,10). Sum of RGB (Red+Green+Blue) = 189+25+10=224 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.38% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 189 - color contains mainly: red. Hex color #BD190A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD190A is #42E6F5. Grayscale: #484848. Windows color (decimal): -4384502 or 661949. OLE color: 661949.

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

Color convert

RGB1892510-
CMYK00.870.950.26
HSL5.03º89.95%39.02%-
HSV(B)5.03º94.71%74.12%-
XYZ21.3911.541.39-
YUV72.3392.83211.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 84.38%
GREEN value IS 25 (10.16% from 255) = 11.16%
BLUE value IS 10 (4.30% from 255) = 4.46%
R=84.38%
G=11.16%
B=4.46%

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
Decimal189251000.870.950.265.0389.9539.02
HexBD19A0575F1A55a27
Octal2753112012713732513247
Binary10111101110011010010101111011111110101011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD190A; }

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

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

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

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

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

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

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

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