Html Css Color HEX #BE130B Free Speech Red

📋 copy color: '#BE130B'

red 190 ◦ green 19 ◦ blue 11

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

Shades of Free Speech Red #BE130B

Tints of Free Speech Red #BE130B

RGB

 RED value IS 190 (74.61% from 255) = 86.36%

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

 BLUE value IS 11 (4.69% from 255) = 5%

R = 86.36%
G = 8.64%
B = 5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE130B (or 0xBE130B) is known color: Free Speech Red. HEX triplet: BE, 13 and 0B. RGB value is (190,19,11). Sum of RGB (Red+Green+Blue) = 190+19+11=220 (29% of max value = 765). Red value is 190 (74.61% from 255 or 86.36% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 190 - color contains mainly: red. Hex color #BE130B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE130B is #41ECF4. Grayscale: #454545. Windows color (decimal): -4320501 or 725950. OLE color: 725950.

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

Color convert

RGB 190 19 11 -
CMYK 0 0.90 0.94 0.25
HSL 2.68º 0.89% 0.39% -
HSV(B) 2.68º 0.94% 0.75% -
XYZ 21.53 11.44 1.39 -
YUV 69.22 95.15 214.15 -
System Red Green Blue C M Y K H S L
Decimal 190 19 11 0 0.90 0.94 0.25 2.68 0.89 0.39
Hex BE 13 B 0 5A 5E 19 3 59 27
Octal 276 23 13 0 132 136 31 3 131 47
Binary 10111110 10011 1011 0 1011010 1011110 11001 11 1011001 100111

Color Harmonies of #BE130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE130B

Black with #BE130B

Text Example


Text Example

White with #BE130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE130B; }

 p { color: rgb(190,19,11); }

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

background-color css

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

 a { background-color: rgb(190,19,11); }

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

border-color css

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

 span { border-color: rgb(190,19,11); }

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