Html Css Color HEX #BE120F Free Speech Red

📋 copy color: '#BE120F'

red 190 ◦ green 18 ◦ blue 15

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

Shades of Free Speech Red #BE120F

Tints of Free Speech Red #BE120F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.07%

 BLUE value IS 15 (6.25% from 255) = 6.73%

R = 85.2%
G = 8.07%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE120F (or 0xBE120F) is known color: Free Speech Red. HEX triplet: BE, 12 and 0F. RGB value is (190,18,15). Sum of RGB (Red+Green+Blue) = 190+18+15=223 (29% of max value = 765). Red value is 190 (74.61% from 255 or 85.20% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 190 - color contains mainly: red. Hex color #BE120F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE120F is #41EDF0. Grayscale: #454545. Windows color (decimal): -4320753 or 987838. OLE color: 987838.

HSL color Cylindrical-coordinate representation of color #BE120F: hue angle of 1.03º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE120F is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 18 15 -
CMYK 0 0.91 0.92 0.25
HSL 1.03º 0.85% 0.4% -
HSV(B) 1.03º 0.92% 0.75% -
XYZ 21.54 11.41 1.52 -
YUV 69.09 97.48 214.24 -
System Red Green Blue C M Y K H S L
Decimal 190 18 15 0 0.91 0.92 0.25 1.03 0.85 0.4
Hex BE 12 F 0 5B 5C 19 1 55 28
Octal 276 22 17 0 133 134 31 1 125 50
Binary 10111110 10010 1111 0 1011011 1011100 11001 1 1010101 101000

Color Harmonies of #BE120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE120F

Black with #BE120F

Text Example


Text Example

White with #BE120F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE120F; }

 p { color: rgb(190,18,15); }

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

background-color css

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

 a { background-color: rgb(190,18,15); }

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

border-color css

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

 span { border-color: rgb(190,18,15); }

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