Html Css Color HEX #BD130C Free Speech Red

📋 copy color: '#BD130C'

red 189 ◦ green 19 ◦ blue 12

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

Shades of Free Speech Red #BD130C

Tints of Free Speech Red #BD130C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.45%

R = 85.91%
G = 8.64%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD130C (or 0xBD130C) is known color: Free Speech Red. HEX triplet: BD, 13 and 0C. RGB value is (189,19,12). Sum of RGB (Red+Green+Blue) = 189+19+12=220 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.91% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 189 - color contains mainly: red. Hex color #BD130C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD130C is #42ECF3. Grayscale: #454545. Windows color (decimal): -4386036 or 791485. OLE color: 791485.

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

Color convert

RGB 189 19 12 -
CMYK 0 0.90 0.94 0.26
HSL 2.37º 0.88% 0.39% -
HSV(B) 2.37º 0.94% 0.74% -
XYZ 21.29 11.31 1.41 -
YUV 69.03 95.82 213.57 -
System Red Green Blue C M Y K H S L
Decimal 189 19 12 0 0.90 0.94 0.26 2.37 0.88 0.39
Hex BD 13 C 0 5A 5E 1A 2 58 27
Octal 275 23 14 0 132 136 32 2 130 47
Binary 10111101 10011 1100 0 1011010 1011110 11010 10 1011000 100111

Color Harmonies of #BD130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD130C

Black with #BD130C

Text Example


Text Example

White with #BD130C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD130C; }

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

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

background-color css

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

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

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

border-color css

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

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

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