Html Css Color HEX #BD130D Free Speech Red

📋 copy color: '#BD130D'

red 189 ◦ green 19 ◦ blue 13

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

Shades of Free Speech Red #BD130D

Tints of Free Speech Red #BD130D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.88%

R = 85.52%
G = 8.6%
B = 5.88%

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

#BD130D (or 0xBD130D) is known color: Free Speech Red. HEX triplet: BD, 13 and 0D. RGB value is (189,19,13). Sum of RGB (Red+Green+Blue) = 189+19+13=221 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.52% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 189 - color contains mainly: red. Hex color #BD130D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD130D is #42ECF2. Grayscale: #454545. Windows color (decimal): -4386035 or 857021. OLE color: 857021.

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

Color convert

RGB 189 19 13 -
CMYK 0 0.90 0.93 0.26
HSL 2.05º 0.87% 0.4% -
HSV(B) 2.05º 0.93% 0.74% -
XYZ 21.29 11.31 1.44 -
YUV 69.15 96.32 213.49 -
System Red Green Blue C M Y K H S L
Decimal 189 19 13 0 0.90 0.93 0.26 2.05 0.87 0.4
Hex BD 13 D 0 5A 5D 1A 2 57 28
Octal 275 23 15 0 132 135 32 2 127 50
Binary 10111101 10011 1101 0 1011010 1011101 11010 10 1010111 101000

Color Harmonies of #BD130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD130D

Black with #BD130D

Text Example


Text Example

White with #BD130D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD130D; }

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

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

background-color css

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

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

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

border-color css

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

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

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