Html Css Color HEX #BD1310 Free Speech Red

📋 copy color: '#BD1310'

red 189 ◦ green 19 ◦ blue 16

#BD1310
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #BD1310

Tints of Free Speech Red #BD1310

RGB

 RED value IS 189 (74.22% from 255) = 84.38%

 GREEN value IS 19 (7.81% from 255) = 8.48%

 BLUE value IS 16 (6.64% from 255) = 7.14%

R = 84.38%
G = 8.48%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD1310 (or 0xBD1310) is known color: Free Speech Red. HEX triplet: BD, 13 and 10. RGB value is (189,19,16). Sum of RGB (Red+Green+Blue) = 189+19+16=224 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.38% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1310 is #42ECEF. Grayscale: #454545. Windows color (decimal): -4386032 or 1053629. OLE color: 1053629.

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

Color convert

RGB 189 19 16 -
CMYK 0 0.90 0.92 0.26
HSL 1.04º 0.84% 0.4% -
HSV(B) 1.04º 0.92% 0.74% -
XYZ 21.31 11.32 1.55 -
YUV 69.49 97.82 213.24 -
System Red Green Blue C M Y K H S L
Decimal 189 19 16 0 0.90 0.92 0.26 1.04 0.84 0.4
Hex BD 13 10 0 5A 5C 1A 1 54 28
Octal 275 23 20 0 132 134 32 1 124 50
Binary 10111101 10011 10000 0 1011010 1011100 11010 1 1010100 101000

Color Harmonies of #BD1310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1310

Black with #BD1310

Text Example


Text Example

White with #BD1310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1310; }

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

 H1.HeaderClassName
 {
   color: #BD1310;
 }
 .AnyTagClassName
 {
   color: #BD1310;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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