Html Css Color HEX #BE1B06 Free Speech Red

📋 copy color: '#BE1B06'

red 190 ◦ green 27 ◦ blue 6

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

Shades of Free Speech Red #BE1B06

Tints of Free Speech Red #BE1B06

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.11%

 BLUE value IS 6 (2.73% from 255) = 2.69%

R = 85.2%
G = 12.11%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE1B06 (or 0xBE1B06) is known color: Free Speech Red. HEX triplet: BE, 1B and 06. RGB value is (190,27,6). Sum of RGB (Red+Green+Blue) = 190+27+6=223 (29% of max value = 765). Red value is 190 (74.61% from 255 or 85.20% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1B06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1B06 is #41E4F9. Grayscale: #494949. Windows color (decimal): -4318458 or 400318. OLE color: 400318.

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

Color convert

RGB 190 27 6 -
CMYK 0 0.86 0.97 0.25
HSL 6.85º 0.94% 0.38% -
HSV(B) 6.85º 0.97% 0.75% -
XYZ 21.66 11.74 1.3 -
YUV 73.34 90 211.21 -
System Red Green Blue C M Y K H S L
Decimal 190 27 6 0 0.86 0.97 0.25 6.85 0.94 0.38
Hex BE 1B 6 0 56 61 19 7 5E 26
Octal 276 33 6 0 126 141 31 7 136 46
Binary 10111110 11011 110 0 1010110 1100001 11001 111 1011110 100110

Color Harmonies of #BE1B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1B06

Black with #BE1B06

Text Example


Text Example

White with #BE1B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1B06; }

 p { color: rgb(190,27,6); }

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

background-color css

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

 a { background-color: rgb(190,27,6); }

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

border-color css

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

 span { border-color: rgb(190,27,6); }

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