Html Css Color HEX #BE130C Free Speech Red

📋 copy color: '#BE130C'

red 190 ◦ green 19 ◦ blue 12

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

Shades of Free Speech Red #BE130C

Tints of Free Speech Red #BE130C

RGB

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

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

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

R = 85.97%
G = 8.6%
B = 5.43%

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

#BE130C (or 0xBE130C) is known color: Free Speech Red. HEX triplet: BE, 13 and 0C. RGB value is (190,19,12). Sum of RGB (Red+Green+Blue) = 190+19+12=221 (29% of max value = 765). Red value is 190 (74.61% from 255 or 85.97% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 190 - color contains mainly: red. Hex color #BE130C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE130C is #41ECF3. Grayscale: #454545. Windows color (decimal): -4320500 or 791486. OLE color: 791486.

HSL color Cylindrical-coordinate representation of color #BE130C: hue angle of 2.36º 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 #BE130C is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 19 12 -
CMYK 0 0.90 0.94 0.25
HSL 2.36º 0.88% 0.4% -
HSV(B) 2.36º 0.94% 0.75% -
XYZ 21.53 11.44 1.42 -
YUV 69.33 95.65 214.07 -
System Red Green Blue C M Y K H S L
Decimal 190 19 12 0 0.90 0.94 0.25 2.36 0.88 0.4
Hex BE 13 C 0 5A 5E 19 2 58 28
Octal 276 23 14 0 132 136 31 2 130 50
Binary 10111110 10011 1100 0 1011010 1011110 11001 10 1011000 101000

Color Harmonies of #BE130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE130C

Black with #BE130C

Text Example


Text Example

White with #BE130C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE130C; }

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

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

background-color css

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

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

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

border-color css

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

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

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