Html Css Color HEX #BE1A00 Free Speech Red

📋 copy color: '#BE1A00'

red 190 ◦ green 26 ◦ blue 0

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

Shades of Free Speech Red #BE1A00

Tints of Free Speech Red #BE1A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.04%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.96%
G = 12.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE1A00 (or 0xBE1A00) is known color: Free Speech Red. HEX triplet: BE, 1A and 00. RGB value is (190,26,0). Sum of RGB (Red+Green+Blue) = 190+26+0=216 (28% of max value = 765). Red value is 190 (74.61% from 255 or 87.96% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1A00 is #41E5FF. Grayscale: #484848. Windows color (decimal): -4318720 or 6846. OLE color: 6846.

HSL color Cylindrical-coordinate representation of color #BE1A00: hue angle of 8.21º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE1A00 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 26 0 -
CMYK 0 0.86 1 0.25
HSL 8.21º 1% 0.37% -
HSV(B) 8.21º 1% 0.75% -
XYZ 21.6 11.69 1.12 -
YUV 72.07 87.33 212.11 -
System Red Green Blue C M Y K H S L
Decimal 190 26 0 0 0.86 1 0.25 8.21 1 0.37
Hex BE 1A 0 0 56 64 19 8 64 25
Octal 276 32 0 0 126 144 31 10 144 45
Binary 10111110 11010 0 0 1010110 1100100 11001 1000 1100100 100101

Color Harmonies of #BE1A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1A00

Black with #BE1A00

Text Example


Text Example

White with #BE1A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1A00; }

 p { color: rgb(190,26,0); }

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

background-color css

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

 a { background-color: rgb(190,26,0); }

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

border-color css

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

 span { border-color: rgb(190,26,0); }

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