Html Css Color HEX #BD130F Free Speech Red

📋 copy color: '#BD130F'

red 189 ◦ green 19 ◦ blue 15

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

Shades of Free Speech Red #BD130F

Tints of Free Speech Red #BD130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.73%

R = 84.75%
G = 8.52%
B = 6.73%

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

#BD130F (or 0xBD130F) is known color: Free Speech Red. HEX triplet: BD, 13 and 0F. RGB value is (189,19,15). Sum of RGB (Red+Green+Blue) = 189+19+15=223 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.75% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 189 - color contains mainly: red. Hex color #BD130F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD130F is #42ECF0. Grayscale: #454545. Windows color (decimal): -4386033 or 988093. OLE color: 988093.

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

Color convert

RGB 189 19 15 -
CMYK 0 0.90 0.92 0.26
HSL 1.38º 0.85% 0.4% -
HSV(B) 1.38º 0.92% 0.74% -
XYZ 21.31 11.32 1.51 -
YUV 69.37 97.32 213.33 -
System Red Green Blue C M Y K H S L
Decimal 189 19 15 0 0.90 0.92 0.26 1.38 0.85 0.4
Hex BD 13 F 0 5A 5C 1A 1 55 28
Octal 275 23 17 0 132 134 32 1 125 50
Binary 10111101 10011 1111 0 1011010 1011100 11010 1 1010101 101000

Color Harmonies of #BD130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD130F

Black with #BD130F

Text Example


Text Example

White with #BD130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD130F; }

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

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

background-color css

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

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

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

border-color css

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

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

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