Html Css Color HEX #BE120C Free Speech Red

📋 copy color: '#BE120C'

red 190 ◦ green 18 ◦ blue 12

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

Shades of Free Speech Red #BE120C

Tints of Free Speech Red #BE120C

RGB

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

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

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

R = 86.36%
G = 8.18%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE120C (or 0xBE120C) is known color: Free Speech Red. HEX triplet: BE, 12 and 0C. RGB value is (190,18,12). Sum of RGB (Red+Green+Blue) = 190+18+12=220 (29% of max value = 765). Red value is 190 (74.61% from 255 or 86.36% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 190 - color contains mainly: red. Hex color #BE120C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE120C is #41EDF3. Grayscale: #444444. Windows color (decimal): -4320756 or 791230. OLE color: 791230.

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

Color convert

RGB 190 18 12 -
CMYK 0 0.91 0.94 0.25
HSL 2.02º 0.88% 0.4% -
HSV(B) 2.02º 0.94% 0.75% -
XYZ 21.52 11.41 1.42 -
YUV 68.74 95.98 214.49 -
System Red Green Blue C M Y K H S L
Decimal 190 18 12 0 0.91 0.94 0.25 2.02 0.88 0.4
Hex BE 12 C 0 5B 5E 19 2 58 28
Octal 276 22 14 0 133 136 31 2 130 50
Binary 10111110 10010 1100 0 1011011 1011110 11001 10 1011000 101000

Color Harmonies of #BE120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE120C

Black with #BE120C

Text Example


Text Example

White with #BE120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE120C; }

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

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

background-color css

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

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

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

border-color css

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

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

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