Html Css Color HEX #BD130E Free Speech Red

📋 copy color: '#BD130E'

red 189 ◦ green 19 ◦ blue 14

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

Shades of Free Speech Red #BD130E

Tints of Free Speech Red #BD130E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.31%

R = 85.14%
G = 8.56%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD130E (or 0xBD130E) is known color: Free Speech Red. HEX triplet: BD, 13 and 0E. RGB value is (189,19,14). Sum of RGB (Red+Green+Blue) = 189+19+14=222 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.14% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 189 - color contains mainly: red. Hex color #BD130E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD130E is #42ECF1. Grayscale: #454545. Windows color (decimal): -4386034 or 922557. OLE color: 922557.

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

Color convert

RGB 189 19 14 -
CMYK 0 0.90 0.93 0.26
HSL 1.71º 0.86% 0.4% -
HSV(B) 1.71º 0.93% 0.74% -
XYZ 21.3 11.32 1.48 -
YUV 69.26 96.82 213.41 -
System Red Green Blue C M Y K H S L
Decimal 189 19 14 0 0.90 0.93 0.26 1.71 0.86 0.4
Hex BD 13 E 0 5A 5D 1A 2 56 28
Octal 275 23 16 0 132 135 32 2 126 50
Binary 10111101 10011 1110 0 1011010 1011101 11010 10 1010110 101000

Color Harmonies of #BD130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD130E

Black with #BD130E

Text Example


Text Example

White with #BD130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD130E; }

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

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

background-color css

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

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

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

border-color css

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

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

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